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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163941 Fourth right hand column of triangle A163940 2
1, 9, 52, 246, 1039, 4083, 15274, 55152, 193957, 668397, 2266816, 7589418, 25143355, 82571751, 269173078, 871958244, 2809322833, 9008574945, 28768068460, 91532284830, 290283189991, 917912770779, 2894936303362 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Gf(x) = 1/((1-x)*(1-2*x)*(1-3*x)^2)

a(n) = 8*2^n+(9/2*n+9/2)*3^n-45/4*3^n-1/4

a(n) = 9*a(n-1)-29*a(n-2)+39*a(n-3)-18*a(n-4)

MATHEMATICA

LinearRecurrence[{9, -29, 39, -18}, {1, 9, 52, 246}, 30] (* or *) CoefficientList[ Series[1/((1-x)(1-2x)(1-3x)^2), {x, 0, 30}], x] (* From Harvey P. Dale, Aug 14 2011 *)

CROSSREFS

Equals the fourth right hand column of A163940.

A163942 is another right hand column.

Sequence in context: A197722 A172470 A120665 * A159598 A156544 A094793

Adjacent sequences:  A163938 A163939 A163940 * A163942 A163943 A163944

KEYWORD

easy,nonn

AUTHOR

Johannes W. Meijer (meijgia(AT)hotmail.com), Aug 13 2009

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 16 14:07 EST 2012. Contains 205930 sequences.