The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A028124 Expansion of 1/((1-4x)(1-5x)(1-9x)(1-10x)). 0
1, 28, 503, 7406, 97545, 1198344, 14051227, 159447442, 1766581949, 19223504300, 206298840111, 2189789938518, 23040266816113, 240689810119696, 2499511822660355, 25828790012697434, 265791691961403237 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Mar 17 2011: (Start)
a(n) = 28*a(n-1) - 281*a(n-2) + 1190*a(n-3) - 1800*a(n-4), n >= 4. - Vincenzo Librandi, Mar 17 2011
a(n) = 19*a(n-1) - 90*a(n-2) + 5^(n+1) - 4^(n+1), n >= 2. (End)
a(n) = 10^(n+2)/3 + 5^(n+2)/4 - 9^(n+3)/20 - 2*4^(n+2)/15. - R. J. Mathar, Mar 17 2011
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-5x)(1-9x)(1-10x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{28, -281, 1190, -1800}, {1, 28, 503, 7406}, 30] (* Harvey P. Dale, May 01 2012 *)
CROSSREFS
Sequence in context: A028167 A028136 A028090 * A028133 A042516 A028083
KEYWORD
nonn
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)