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!)
A074521 a(n) = 1^n + 6^n + 8^n. 0
3, 15, 101, 729, 5393, 40545, 308801, 2377089, 18456833, 144295425, 1134208001, 8952731649, 70896259073, 562816507905, 4476410675201, 35654557073409, 284296086618113, 2268726473129985, 18115958466150401, 144724547815866369 (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-6*x) + 1/(1-8*x).
E.g.f.: e^x + e^(6*x) + e^(8*x). (End)
a(n) = 14*a(n-1) - 48*a(n-2) + 35 with a(0)=3, a(1)=15. - Vincenzo Librandi, Jul 21 2010
MATHEMATICA
Table[1^n + 6^n + 8^n, {n, 0, 20}]
LinearRecurrence[{15, -62, 48}, {3, 15, 101}, 20] (* Harvey P. Dale, Aug 29 2021 *)
CROSSREFS
Sequence in context: A303651 A350954 A196962 * A074536 A152093 A109777
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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)