login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019664 Expansion of 1/((1-4x)(1-8x)(1-9x)). 1
1, 21, 301, 3669, 40957, 433125, 4418317, 43942773, 428973853, 4128937989, 39306876973, 370937567637, 3475860284989, 32382187083813, 300235508341069, 2772487245505461, 25515330868003165, 234141560259529797 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 4^(n+1)/5+9^(n+2)/5-2*8^(n+1). - R. J. Mathar, Nov 11 2012
a(0)=1, a(1)=21, a(2)=301; for n>2, a(n) = 21*a(n-1) -140*a(n-2) +288*a(n-3). - Vincenzo Librandi, Jul 03 2013
a(n) = 17*a(n-1) -72*a(n-2) +4^n. - Vincenzo Librandi, Jul 03 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 4 x) (1 - 8 x) (1 - 9 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 03 2013 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-4*x)*(1-8*x)*(1-9*x)))); /* or */ I:=[1, 21, 301]; [n le 3 select I[n] else 21*Self(n-1)-140*Self(n-2)+288*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 03 2013
CROSSREFS
Sequence in context: A025935 A077506 A007592 * A019839 A077513 A079517
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | Mehr | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 6 14:07 EDT 2024. Contains 375713 sequences. (Running on oeis4.)