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!)
A074602 a(n) = 2^n + 7^n. 4
2, 9, 53, 351, 2417, 16839, 117713, 823671, 5765057, 40354119, 282476273, 1977328791, 13841291297, 96889018599, 678223089233, 4747561542711, 33232930635137, 232630514118279, 1628413598172593, 11398895185897431 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 7*a(n-1) - 2^n = 9*a(n-1) - 14*a(n-2).
From Mohammad K. Azarian, Jan 02 2009: (Start)
G.f.: 1/(1-2*x) + 1/(1-7*x).
E.g.f.: e^(2*x) + e^(7*x). (End)
a(n) = 2*A016130(n)-9*A016130(n-1). - R. J. Mathar, Mar 10 2022
MATHEMATICA
Table[2^n + 7^n, {n, 0, 25}]
PROG
(Magma) [2^n + 7^n: n in [0..35]]; // Vincenzo Librandi, Apr 30 2011
CROSSREFS
Sequence in context: A371226 A367390 A080146 * A192131 A326287 A351815
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 May 13 09:18 EDT 2024. Contains 372504 sequences. (Running on oeis4.)