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!)
A074607 a(n) = 3^n + 6^n. 2
2, 9, 45, 243, 1377, 8019, 47385, 282123, 1686177, 10097379, 60525225, 362974203, 2177313777, 13062288339, 78368947065, 470199333483, 2821152954177, 16926788584899, 101560344088905, 609360902271963, 3656161926847377 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Jan 11 2009: (Start)
G.f.: 1/(1-3*x) + 1/(1-6*x).
E.g.f.: exp(3*x) + exp(6*x). (End)
a(n) = 9*a(n-1) - 18*a(n-2) with a(0)=2, a(1)=9. - Vincenzo Librandi, Jul 21 2010
G.f.: G(0), where G(k)= 1 + 2^k/(1 - 3*x/(3*x + 2^k/G(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Jul 22 2013
MATHEMATICA
Table[3^n + 6^n, {n, 0, 25}]
PROG
(Magma) [3^n + 6^n: n in [0..35]]; // Vincenzo Librandi, Apr 30 2011
(SageMath) [3^n+6^n for n in range(41)] # G. C. Greubel, Jan 14 2024
CROSSREFS
Sequence in context: A264122 A233505 A228767 * A251178 A162725 A268171
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 18 12:18 EDT 2024. Contains 372630 sequences. (Running on oeis4.)