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!)
A074622 a(n) = 7^n + 8^n. 3
2, 15, 113, 855, 6497, 49575, 379793, 2920695, 22542017, 174571335, 1356217073, 10567261335, 82560763937, 646644824295, 5076269583953, 39931933598775, 314707907280257, 2484430327672455, 19642812107392433, 155514083261229015 (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-7*x) + 1/(1-8*x).
E.g.f.: e^(7*x) + e^(8*x). (End)
a(n) = 15*a(n-1) - 56*a(n-2) with a(0)=2, a(1)=15. - Vincenzo Librandi, Jul 21 2010
MATHEMATICA
Table[7^n + 8^n, {n, 0, 20}]
LinearRecurrence[{15, -56}, {2, 15}, 20] (* Harvey P. Dale, Jun 08 2022 *)
CROSSREFS
Sequence in context: A026113 A052874 A360432 * A031507 A207998 A246570
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 26 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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)