login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016208 Expansion of 1/((1-x)(1-3x)(1-4x)). 6
1, 8, 45, 220, 1001, 4368, 18565, 77540, 320001, 1309528, 5326685, 21572460, 87087001, 350739488, 1410132405, 5662052980, 22712782001, 91044838248, 364760483725, 1460785327100, 5848371485001, 23409176469808, 93683777468645, 374876324642820, 1499928942876001 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A085277. - Paul Barry (pbarry(AT)wit.ie), Jun 25 2003

Number of walks of length 2n+5 between two nodes at distance 5 in the cycle graph C_12. - Herbert Kociemba (kociemba(AT)t-online.de), Jul 05 2004

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (8,-19,12)

FORMULA

a(n)=16*4^n/3+1/6-9*3^n/2. - Paul Barry (pbarry(AT)wit.ie), Jun 25 2003

a(0)=0, a(1)=8, a(n)=7*a(n-1)-12*a(n-2)+1. - Vincenzo Librandi, Feb 10 2011

MAPLE

a:=n->sum(4^(n-j)-3^(n-j), j=0..n): seq(a(n), n=1..22); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 04 2007

MATHEMATICA

Join[{a=1, b=8}, Table[c=7*b-12*a+1; a=b; b=c, {n, 60}]] (* and *) Table[(2^(2*n + 3) - 3^(n + 2) + 1)/6, {n, 40}](*From Vladimir Joseph Stephan Orlovsky, Jan 19 2011*)

CROSSREFS

Cf. A000225, A000295, A000392, A002275, A003462, A003463, A003464, A023000, A023001, A002452, A016123, A016125, A016256.

Sequence in context: A055222 A026015 A002696 * A026852 A110609 A201190

Adjacent sequences:  A016205 A016206 A016207 * A016209 A016210 A016211

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 February 17 16:39 EST 2012. Contains 206058 sequences.