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!)
A028178 Expansion of 1/((1-5x)(1-6x)(1-10x)(1-12x)). 1
1, 33, 697, 12045, 186001, 2677653, 36790057, 489351885, 6359059201, 81227776773, 1024237953817, 12787834412925, 158435642617201, 1951116268675893, 23912720464211977, 291948566493573165, 3553358170873164001, 43140149525240231013, 522680899336759084537 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (4*12^(n+2)-7*10^(n+2)+7*6^(n+2)-4*5^(n+2))/28. [Yahia Kahloune, Jun 04 2013]
G.f.: 1/((1-5x)(1-6x)(1-10x)(1-12x)).
a(n) = 33*a(n-1)-392*a(n-2)+1980*a(n-3)-3600*a(n-4). - Wesley Ivan Hurt, Mar 10 2015
MAPLE
A028178:=n->(4*12^(n+2)-7*10^(n+2)+7*6^(n+2)-4*5^(n+2))/28: seq(A028178(n), n=0..20); # Wesley Ivan Hurt, Mar 10 2015
MATHEMATICA
CoefficientList[Series[1/((1 - 5 x) (1 - 6 x) (1 - 10 x) (1 - 12 x)), {x, 0, 20}], x]
LinearRecurrence[{33, -392, 1980, -3600}, {1, 33, 697, 12045}, 20] (* Harvey P. Dale, Jul 26 2020 *)
PROG
(Magma) [(4*12^(n+2)-7*10^(n+2)+7*6^(n+2)-4*5^(n+2))/28 : n in [0..20]]; // Wesley Ivan Hurt, Mar 10 2015
CROSSREFS
Sequence in context: A028186 A028158 A028157 * A028153 A028105 A028103
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 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)