login
This site is supported by donations 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

Table of n, a(n) for n=0..16.

Index to sequences with linear recurrences with constant coefficients, signature (16,-48).

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(0)=1, a(1)=16, a(n)=16*a(n-1)-48*a(n-2) [From Harvey P. Dale, Nov 30 2011]

a(n) = 2^(2n-3)*(3^n-1) [From Harvey P. Dale, Nov 30 2011]

MATHEMATICA

Join[{a=1, b=16}, Table[c=16*b-48*a; a=b; b=c, {n, 40}]] (*From 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] (* From Harvey P. Dale, Nov 30 2011 *)

CROSSREFS

Sequence in context: A055758 A046088 A186853 * A222447 A059385 A009440

Adjacent sequences:  A016156 A016157 A016158 * A016160 A016161 A016162

KEYWORD

nonn

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 00:49 EDT 2013. Contains 225428 sequences.