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!)
A025961 Expansion of 1/((1-2x)(1-4x)(1-5x)(1-9x)). 0
1, 20, 263, 2902, 29289, 281472, 2630731, 24196634, 220500797, 1998686404, 18061169919, 162923877246, 1468215185425, 13223572329416, 119060866122227, 1071793518338338, 9647378871105573, 86832630229860108 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=20, a(2)=263, a(3)=2902, a(n)=20*a(n-1)-137*a(n-2)+ 382*a(n-3)- 360*a(n-4). [Harvey P. Dale, Dec 08 2011]
a(n) = -4*2^n/21 +32*4^n/5 -125*5^n/12 +729*9^n/140. - R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-5x)(1-9x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{20, -137, 382, -360}, {1, 20, 263, 2902}, 30] (* Harvey P. Dale, Dec 08 2011 *)
CROSSREFS
Sequence in context: A041764 A022111 A025943 * A208948 A278408 A229562
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)