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!)
A028065 Expansion of 1/((1-3x)(1-5x)(1-8x)(1-10x)). 0
1, 26, 437, 6058, 75525, 882258, 9876613, 107390426, 1143865349, 12003195490, 124572616389, 1282173260394, 13113918930373, 133479729281522, 1353536864252165, 13685361486439162, 138053939020888197 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=(3*10^(n+3)-7*8^(n+3)+7*5^(n+3)-3^(n+4))/210. [Yahia Kahloune, Jun 08 2013]
a(0)=1, a(1)=26, a(2)=437, a(3)=6058, a(n)=26*a(n-1)-239*a(n-2)+ 910*a(n-3)- 1200*a(n-4). - Harvey P. Dale, Nov 03 2015
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-5x)(1-8x)(1-10x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{26, -239, 910, -1200}, {1, 26, 437, 6058}, 30] (* Harvey P. Dale, Nov 03 2015 *)
CROSSREFS
Sequence in context: A028117 A028076 A028005 * A028113 A026562 A028062
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.)