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!)
A074505 a(n) = 1^n + 2^n + 9^n. 0
3, 12, 86, 738, 6578, 59082, 531506, 4783098, 43046978, 387421002, 3486785426, 31381061658, 282429540578, 2541865836522, 22876792471346, 205891132127418, 1853020188917378, 16677181699797642, 150094635297261266 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 26 2008: (Start)
G.f.: 1/(1-x) + 1/(1-2*x) + 1/(1-9*x).
E.g.f.: e^x + e^(2*x) + e^(9*x). (End)
a(n) = 11*a(n-1) - 18*a(n-2) + 8 with a(0)=3, a(1)=12. - Vincenzo Librandi, Jul 21 2010
MATHEMATICA
Table[1^n + 2^n + 9^n, {n, 0, 20}]
LinearRecurrence[{12, -29, 18}, {3, 12, 86}, 30] (* Harvey P. Dale, Aug 28 2019 *)
CROSSREFS
Sequence in context: A070825 A232934 A077047 * A260912 A266788 A039305
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 March 28 11:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)