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!)
A028152 Expansion of 1/((1-4x)(1-7x)(1-10x)(1-11x)). 1
1, 32, 655, 10950, 163161, 2259732, 29775715, 378619250, 4689039421, 56915519232, 680089278375, 8025775900350, 93763747253281, 1086429328159532, 12502585856078635, 143058153091970250, 1629014308540764741, 18473446420865476632, 208754600438793376495 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=(9*11^(n+3)-14*10^(n+3)+7^(n+4)-2*4^(n+3))/252. [Yahia Kahloune, Jun 11 2013]
MAPLE
A028152:=n->(9*11^(n+3)-14*10^(n+3)+7^(n+4)-2*4^(n+3))/252; seq(A028152(n), n=0..50); # Wesley Ivan Hurt, Nov 26 2013
MATHEMATICA
Table[(9*11^(n+3)-14*10^(n+3)+7^(n+4)-2*4^(n+3))/252, {n, 0, 50}] (* Wesley Ivan Hurt, Nov 26 2013 *)
CoefficientList[Series[1/((1-4x)(1-7x)(1-10x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[ {32, -369, 1798, -3080}, {1, 32, 655, 10950}, 30] (* Harvey P. Dale, Sep 11 2022 *)
CROSSREFS
Sequence in context: A076072 A076069 A080480 * A028176 A028151 A160270
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 October 3 10:22 EDT 2023. Contains 365859 sequences. (Running on oeis4.)