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!)
A016318 Expansion of 1/((1-2x)(1-8x)(1-11x)). 1
1, 21, 315, 4145, 51051, 605241, 7007155, 79874865, 900993051, 10089880361, 112420339395, 1248076978785, 13820472734251, 152758207825881, 1686204348094035, 18595160325141905, 204922063545486651 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Oct 09 2011: (Start)
a(n) = (11^(n+2) + 2^(n+1) - 96*8^n)/27.
a(n) = 19*a(n-1) - 88*a(n-2) + 2^n.
a(n) = 21*a(n-1) - 126*a(n-2) + 176*a(n-3), n >= 3. (End)
PROG
(Magma) [(11^(n+2)+2^(n+1)-96*8^n)/27 : n in [0..20]]; // Vincenzo Librandi, Oct 09 2011
(PARI) Vec(1/((1-2*x)*(1-8*x)*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A016321 A019041 A021214 * A017954 A055434 A016315
KEYWORD
nonn,easy
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)