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!)
A191468 8^n - 5^n. 2
0, 3, 39, 387, 3471, 29643, 246519, 2019027, 16386591, 132264603, 1063976199, 8541106467, 68475336111, 548535110763, 4391942995479, 35153854510707, 281322388820031, 2251036874232123, 18010583812216359, 144096114589527747, 1152826137175206351 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 13*a(n-1) - 40*a(n-2).
G.f.: 3*x/((1-5*x)*(1-8*x)). - Vincenzo Librandi, Oct 05 2014
a(n+1) = 3*A016162(n). - Vincenzo Librandi, Oct 05 2014
MATHEMATICA
Table[8^n-5^n, {n, 0, 20}] (* or *) LinearRecurrence[{13, -40}, {0, 3}, 30] (* Harvey P. Dale, Dec 04 2012 *)
CoefficientList[Series[3 x/((1 - 5 x) (1 - 8 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 05 2014 *)
PROG
(Magma) [8^n - 5^n: n in [0..20]];
(PARI) a(n)=8^n-5^n \\ Charles R Greathouse IV, Jun 08 2011
CROSSREFS
Sequence in context: A050392 A292294 A366995 * A203243 A063035 A198970
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 03 2011
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 March 19 06:53 EDT 2024. Contains 370953 sequences. (Running on oeis4.)