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!)
A074604 a(n) = 2^n + 9^n. 2
2, 11, 85, 737, 6577, 59081, 531505, 4783097, 43046977, 387421001, 3486785425, 31381061657, 282429540577, 2541865836521, 22876792471345, 205891132127417, 1853020188917377, 16677181699797641, 150094635297261265 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 9*a(n-1) - 2^n.
a(n) = 11*a(n-1) - 18*a(n-2), with a(0) = 2, a(1) = 11.
From Mohammad K. Azarian, Jan 02 2009: (Start)
G.f.: 1/(1-2*x) + 1/(1-9*x).
E.g.f.: exp(2*x) + exp(9*x). (End)
MATHEMATICA
Table[2^n + 9^n, {n, 0, 25}]
LinearRecurrence[{11, -18}, {2, 11}, 26] (* Harvey P. Dale, Feb 28 2022 *)
PROG
(Magma) [2^n + 9^n: n in [0..35]]; // Vincenzo Librandi, Apr 30 2011
(SageMath) [2^n+9^n for n in range(31)] # G. C. Greubel, Jan 16 2024
CROSSREFS
Sequence in context: A086406 A158098 A104185 * A135404 A370475 A153304
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 25 2002
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 7 02:59 EDT 2024. Contains 373140 sequences. (Running on oeis4.)