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!)
A016159 Expansion of 1/((1-4x)(1-12x)). 0
1, 16, 208, 2560, 30976, 372736, 4476928, 53739520, 644939776, 7739539456, 92875522048, 1114510458880, 13374142283776, 160489774514176, 1925877562605568, 23110531825008640, 277326386195070976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2^(2*n-1)*(3^(n+1)-1). - Bruno Berselli, Feb 09 2011
a(n) = 12*a(n-1) + 4^n with a(0)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = 16*a(n-1) - 48*a(n-2), a(0)=1, a(1)=16. - Harvey P. Dale, Nov 30 2011
a(n) = 2^(2n-3)*(3^n-1). - Harvey P. Dale, Nov 30 2011
MATHEMATICA
Join[{a=1, b=16}, Table[c=16*b-48*a; a=b; b=c, {n, 40}]] (* Vladimir Joseph Stephan Orlovsky, Feb 08 2011 *)
CoefficientList[Series[1/((1-4x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{16, -48}, {1, 16}, 20] (* Harvey P. Dale, Nov 30 2011 *)
CROSSREFS
Sequence in context: A055758 A046088 A186853 * A297370 A285167 A283694
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 30 15:01 EDT 2024. Contains 372134 sequences. (Running on oeis4.)