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!)
A155645 7^n+6^n-1. 15
1, 12, 84, 558, 3696, 24582, 164304, 1103478, 7444416, 50431302, 342941424, 2340123798, 16018069536, 109949704422, 756587236944, 5217746494518, 36054040477056, 249557173431942, 1729973554578864, 12008254925383638 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-7*x)+1/(1-6*x)-1/(1-x). E.g.f.: e^(7*x)+e^(6*x)-e^x.
a(n)=13*a(n-1)-42*a(n-2)-30 with a(0)=1, a(1)=12 - Vincenzo Librandi, Jul 21 2010
a(0)=1, a(1)=12, a(2)=84, a(n)=14*a(n-1)-55*a(n-2)+42*a(n-3) [From Harvey P. Dale, May 08 2012]
MATHEMATICA
Table[7^n+6^n-1, {n, 0, 20}] (* or *) LinearRecurrence[{14, -55, 42}, {1, 12, 84}, 20] (* Harvey P. Dale, May 08 2012 *)
PROG
(PARI) a(n)=7^n+6^n-1 \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A000761 A174079 A003209 * A336907 A095267 A118017
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 31 2009
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)