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!)
A016243 Expansion of 1/((1-x)*(1-6*x)*(1-8*x)). 1
1, 15, 163, 1563, 14059, 121803, 1030411, 8579211, 70649227, 577287051, 4690855819, 37962203019, 306309762955, 2466150936459, 19823244488587, 159150177890187, 1276586755010443, 10233006031417227, 81985920199339915 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 14*a(n-1) - 48*a(n-2) + 1 with a(0)=1, a(1)=15. - Vincenzo Librandi, Feb 10 2011
a(n) = (5*8^(n+2) - 7*6^(n+2) + 2)/70. - Yahia Kahloune, May 19 2013
E.g.f.: (1/35)*(exp(x) - 126*exp(6*x) + 160*exp(8*x)). - G. C. Greubel, Jan 30 2022
MATHEMATICA
Table[(5*8^(n + 2) - 7*6^(n + 2) + 2)/70, {n, 0, 20}] (* Wesley Ivan Hurt, Jun 06 2014 *)
PROG
(Magma) [(5*8^(n+2) - 7*6^(n+2) + 2)/70 : n in [0..50]]; // Wesley Ivan Hurt, Jun 06 2014
(Sage) [(20*8^(n+1) -21*6^(n+1) +1)/35 for n in (0..30)] # G. C. Greubel, Jan 30 2022
CROSSREFS
Sequence in context: A014920 A081034 A279157 * A164599 A016291 A229406
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1999
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)