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!)
A016224 Expansion of 1/((1-x)(1-4x)(1-8x)). 0
1, 13, 125, 1085, 9021, 73533, 593725, 4771645, 38260541, 306433853, 2452868925, 19628543805, 157050720061, 1256495238973, 10052319825725, 80419990261565, 643365648715581, 5146948096216893, 41175676395704125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/21) - (4/3)*4^n + (16/7)*8^n. - Antonio Alberto Olivares, Feb 07 2010
a(0)=1, a(1)=13, a(n) = 12*a(n-1) - 32*a(n-2) + 1. - Vincenzo Librandi, Feb 10 2011
a(0)=1, a(1)=13, a(2)=125, a(n) = 13*a(n-1) - 44*a(n-2) + 32*a(n-3). - Harvey P. Dale, Aug 16 2012
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-4x)(1-8x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{13, -44, 32}, {1, 13, 125}, 20] (* Harvey P. Dale, Aug 16 2012 *)
CROSSREFS
Sequence in context: A316923 A317041 A317695 * A360437 A278173 A142673
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)