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!)
A018250 Expansion of 1/((1-4x)(1-5x)(1-8x)). 2
1, 17, 197, 1945, 17661, 152817, 1284277, 10599305, 86485421, 700600417, 5649437157, 45422860665, 364536479581, 2922126916817, 23406459170837, 187399966290025, 1499945489904141, 12003309897022017, 96045277784597317 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-4*x)*(1-5*x)*(1-8*x)).
a(n) = (3*4^(n+1)-5^(n+2)+2*8^(n+1))/3. - Bruno Berselli, Apr 05 2011
a(n) = 17*a(n-1) - 92*a(n-2) + 160*a(n-3). - Wesley Ivan Hurt, Sep 04 2022
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-5x)(1-8x)), {x, 0, 20}], x] (* Harvey P. Dale, Apr 05 2011 *)
Table[(3 4^(n + 1) - 5^(n + 2) + 2 8^(n + 1)) / 3, {n, 0, 50}] (* Vincenzo Librandi, Jun 20 2013 *)
PROG
(Magma) [(3*4^(n+1)-5^(n+2)+2*8^(n+1))/3: n in [0..30]]; // Vincenzo Librandi, Jun 20 2013
CROSSREFS
Sequence in context: A019316 A262111 A238672 * A021184 A069361 A177135
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)