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!)
A026108 Expansion of 1/((1-2x)(1-5x)(1-9x)(1-12x)). 0
1, 28, 519, 8078, 114617, 1539720, 19981483, 253451506, 3165132333, 39098271212, 479245678847, 5841627343734, 70916047801249, 858343285202704, 10366285999237011, 124990982044693562, 1505251989334074965 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=28, a(2)=519, a(3)=8078, a(n)=28*a(n-1)-265*a(n-2)+ 966*a(n-3)- 1080*a(n-4). - Harvey P. Dale, Feb 20 2013
a(n) = -4*2^n/105 +125*5^n/84 -243*9^n/28 +288*12^n/35. R. J. Mathar, Jun 23 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-9x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{28, -265, 966, -1080}, {1, 28, 519, 8078}, 40] (* Harvey P. Dale, Feb 20 2013 *)
CROSSREFS
Sequence in context: A028049 A283244 A024442 * A024434 A024440 A024347
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)