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!)
A028112 Expansion of 1/((1-4x)(1-5x)(1-6x)(1-10x)). 0
1, 25, 401, 5285, 62601, 696045, 7442401, 77640805, 797399801, 8108665565, 81939294801, 824736146325, 8280574247401, 83010854259085, 831368657137601, 8321395551579845, 83260955156605401, 832895295388684605 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=(10^(n+3)-15*6^(n+3)+24*5^(n+3)-10*4^(n+3))/120. [Yahia Kahloune, Jun 11 2013]
MAPLE
[seq( (10^(n+3)-15*6^(n+3)+24*5^(n+3)-10*4^(n+3))/120, n=0..40)];
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-5x)(1-6x)(1-10x)), {x, 0, 20}], x] (* or *) LinearRecurrence[ {25, -224, 860, -1200}, {1, 25, 401, 5285}, 20] (* Harvey P. Dale, Apr 13 2022 *)
CROSSREFS
Sequence in context: A028116 A028075 A042204 * A238511 A028064 A028061
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 April 23 15:11 EDT 2024. Contains 371914 sequences. (Running on oeis4.)