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!)
A028159 Expansion of 1/((1-4x)(1-8x)(1-10x)(1-12x)). 0
1, 34, 740, 13160, 208656, 3075744, 43147840, 584341120, 7711252736, 99794799104, 1272281687040, 16031996897280, 200167551471616, 2480945949220864, 30569500530851840, 374885865442672640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=34, a(2)=740, a(3)=13160, a(n)=34*a(n-1)-416*a(n-2)+ 2144*a(n-3)- 3840*a(n-4) [From Harvey P. Dale, Oct 21 2011]
a(n)=(3*12^(n+3)-8*10^(n+3)+6*8^(n+3)-4^(n+3))/192. [Yahia Kahloune, May 27 2013].
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-8x)(1-10x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{34, -416, 2144, -3840}, {1, 34, 740, 13160}, 30] (* Harvey P. Dale, Oct 21 2011 *)
CROSSREFS
Sequence in context: A028161 A028188 A295780 * A028179 A028154 A028106
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 18 10:01 EDT 2024. Contains 371779 sequences. (Running on oeis4.)