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!)
A016214 Expansion of g.f. 1/((1-x)*(1-3*x)(1-8*x)). 1
1, 12, 109, 912, 7417, 59700, 478693, 3832824, 30672433, 245408988, 1963360477, 15707149536, 125657993449, 1005266339076, 8042137887061, 64337124619848, 514697061528865, 4117576685941164, 32940614068660045, 263524914292672560, 2108199319571557081, 16865594572262986452 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 11*a(n-1) - 24*a(n-2) + 1 with a(0) = 1, a(1) = 12. - Vincenzo Librandi, Feb 10 2011
a(n) = (2*8^(n+2) - 7*3^(n+2) + 5)/70. - Yahia Kahloune, May 19 2013
E.g.f.: exp(x)*(5 - 63*exp(2*x) + 128*exp(7*x))/70. - Stefano Spezia, Oct 25 2023
MAPLE
a:=n->sum((8^(n-j+1)-3^(n-j+1))/5, j=0..n+1): seq(a(n), n=0..19); # Zerinvary Lajos, Jan 15 2007
MATHEMATICA
CoefficientList[Series[1/((1-x)*(1-3*x)(1-8*x)), {x, 0, 21}], x] (* Stefano Spezia, Oct 25 2023 *)
CROSSREFS
Sequence in context: A016161 A081200 A351161 * A037581 A177071 A081183
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
a(19)-a(21) from Stefano Spezia, Oct 25 2023
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 30 06:10 EDT 2024. Contains 372127 sequences. (Running on oeis4.)