The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A139744 a(n) = 11^n - 6^n. 1
0, 5, 85, 1115, 13345, 153275, 1724905, 19207235, 212679265, 2347869995, 25876958425, 284948873555, 3136251594385, 34509651449915, 379671469419145, 4176777984431075, 45946908753664705, 505430101839849035, 5559815753535563065, 61158481088674535795 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 17*a(n-1) - 66*a(n-2). Vincenzo Librandi, Jun 02 2011
From Stefano Spezia, Dec 17 2022: (Start)
O.g.f.: 5*x/((1 - 6*x)*(1 - 11*x)).
E.g.f.: exp(6*x)*(exp(5*x) - 1). (End)
MATHEMATICA
Table[11^n-6^n, {n, 0, 30}] (* or *) LinearRecurrence[{17, -66}, {0, 5}, 30] (* Harvey P. Dale, Jul 17 2019 *)
PROG
(Magma) [11^n-6^n: n in [0..30]]; // Vincenzo Librandi, Jun 02 2011
CROSSREFS
Sequence in context: A201797 A012743 A359234 * A195156 A188918 A349936
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 20 2008
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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)