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!)
A025977 Expansion of 1/((1-2x)(1-4x)(1-8x)(1-10x)). 1
1, 24, 380, 5040, 60816, 693504, 7625920, 81818880, 862797056, 8985360384, 92714818560, 950046289920, 9683681284096, 98302694129664, 994754528460800, 10041368129372160, 101164272641703936, 1017647491560505344 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=24, a(2)=380, a(3)=5040, a(n)=24*a(n-1)-196*a(n-2)+ 624*a(n-3)- 640*a(n-4). - Harvey P. Dale, Dec 23 2012
a(n) = -2^n/12 +4*4^n/3 -32*8^n/3 +125*10^n/12. R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-8x)(1-10x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{24, -196, 624, -640}, {1, 24, 380, 5040}, 30] (* Harvey P. Dale, Dec 23 2012 *)
CROSSREFS
Sequence in context: A004335 A023954 A028036 * A023951 A025990 A022565
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)