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!)
A074540 a(n) = 2^n + 5^n + 9^n. 1
3, 16, 110, 862, 7202, 62206, 547130, 4861222, 43437602, 389374126, 3496551050, 31429889782, 282673681202, 2543086539646, 22882895986970, 205921649705542, 1853172776808002, 16677944639250766, 150098449994526890, 1350870791159844502, 12157760826489618002 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 27 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-5*x) + 1/(1-9*x).
E.g.f.: exp(2*x) + exp(5*x) + exp(9*x). (End)
a(n) = 16*a(n-1) - 73*a(n-2) + 90*a(n-3) for n > 2. - Wesley Ivan Hurt, Oct 06 2017
MAPLE
A074540:=n->2^n + 5^n + 9^n: seq(A074540(n), n=0..30); # Wesley Ivan Hurt, Oct 06 2017
MATHEMATICA
Table[2^n + 5^n + 9^n, {n, 0, 20}]
PROG
(Magma) [2^n + 5^n + 9^n: n in [0..25]]; // Vincenzo Librandi, Jun 11 2011
CROSSREFS
Sequence in context: A191800 A286764 A180609 * A353192 A218680 A141003
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 23 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 April 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)