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!)
A139745 a(n) = 11^n - 7^n. 3
0, 4, 72, 988, 12240, 144244, 1653912, 18663628, 208594080, 2317594084, 25654949352, 283334343868, 3124587089520, 34425823133524, 379071610510392, 4172500607905708, 45916496933002560, 505214397985306564, 5558288899894321032, 61147691553229173148 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 18*a(n-1) - 77*a(n-2). - Vincenzo Librandi, Jun 02 2011
MATHEMATICA
Table[11^n-7^n, {n, 0, 30}] (* or *) LinearRecurrence[{18, -77}, {0, 4}, 30] (* Harvey P. Dale, Jun 17 2014 *)
PROG
(Magma) [11^n-7^n: n in [0..30]]; // Vincenzo Librandi, Jun 02 2011
CROSSREFS
Sequence in context: A192830 A119580 A209539 * A066992 A165212 A263219
KEYWORD
nonn
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 8 13:28 EDT 2024. Contains 373217 sequences. (Running on oeis4.)