The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A091904 Expansion of x/((1+4x)(1-8x)). 4
0, 1, 4, 48, 320, 2816, 21504, 176128, 1392640, 11206656, 89391104, 716177408, 5725224960, 45818576896, 366481506304, 2932120485888, 23455890145280, 187651416129536, 1501194149167104, 12009621912813568, 96076700424601600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A091904(n)=A091905(n+1)/50.
LINKS
FORMULA
a(n)=8^n/12-(-4)^n/12
a(0)=0, a(1)=1, a(n)=4*a(n-1)+32*a(n-2). - Harvey P. Dale, May 06 2014
a(n)=4^(n-1)*A001045(n+1). - R. J. Mathar, Mar 08 2021
MATHEMATICA
Join[{a=0, b=1}, Table[c=4*b+32*a; a=b; b=c, {n, 30}]] (* Vladimir Joseph Stephan Orlovsky, Apr 22 2011 *)
CoefficientList[Series[x/((1+4x)(1-8x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{4, 32}, {0, 1}, 30] (* Harvey P. Dale, May 06 2014 *)
CROSSREFS
Sequence in context: A129002 A291623 A144704 * A192831 A158681 A269180
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 10 2004
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 May 25 05:18 EDT 2024. Contains 372782 sequences. (Running on oeis4.)