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!)
A074570 a(n) = 4^n + 8^n + 9^n. 1
3, 21, 161, 1305, 10913, 92841, 797681, 6896505, 59889473, 521900361, 4561574801, 39975188505, 351165790433, 3091688751081, 27275107401521, 241076577925305, 2134499460529793, 18928998693221001, 168109102525957841 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 30 2008: (Start)
G.f.: 1/(1-4*x) + 1/(1-8*x) + 1/(1-9*x).
E.g.f.: exp(4*x) + exp(8*x) + exp(9*x). (End)
MATHEMATICA
Table[4^n + 8^n + 9^n, {n, 0, 20}]
PROG
(Magma) [4^n + 8^n + 9^n: n in [0..20]]; // Vincenzo Librandi, Aug 14 2011
(PARI) vector(20, n, n--; 4^n + 8^n + 9^n) \\ G. C. Greubel, Nov 08 2018
CROSSREFS
Sequence in context: A286918 A358953 A189508 * A136781 A225439 A180400
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)