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!)
A155646 a(n) = 8^n + 6^n - 1. 22
1, 13, 99, 727, 5391, 40543, 308799, 2377087, 18456831, 144295423, 1134207999, 8952731647, 70896259071, 562816507903, 4476410675199, 35654557073407, 284296086618111, 2268726473129983, 18115958466150399, 144724547815866367 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-8*x)+1/(1-6*x)-1/(1-x). E.g.f.: e^(8*x)+e^(6*x)-e^x.
a(n) = 14*a(n-1)-48*a(n-2)-35 with a(0)=1, a(1)=13. [Vincenzo Librandi, Jul 21 2010]
a(0)=1, a(1)=13, a(2)=99, a(n) = 15*a(n-1)-62*a(n-2)+48*a(n-3). [Harvey P. Dale, Jul 17 2011]
MATHEMATICA
Table[8^n+6^n-1, {n, 0, 20}] (* or *) LinearRecurrence[{15, -62, 48}, {1, 13, 99}, 20] (* Harvey P. Dale, Jul 17 2011 *)
PROG
(PARI) a(n)= 8^n+6^n-1 \\ Charles R Greathouse IV, Jul 31 2011
CROSSREFS
Sequence in context: A295271 A034270 A201427 * A089936 A196928 A266002
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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)