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!)
A135913 2+4*2^n-3^n. 0
5, 7, 9, 7, -15, -113, -471, -1673, -5535, -17633, -54951, -168953, -515055, -1561553, -4717431, -14217833, -42784575, -128615873, -386371911, -1160164313, -3482590095, -10451964593, -31364282391, -94109624393, -282362427615, -847154391713, -2541597392871, -7625060614073 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
G. S. Lueker, Some techniques for solving recurrences, Computing Surveys, 12 (1980), 419-436.
LINKS
FORMULA
a(0)=5, a(1)=7, a(2)=9, a(n)=6*a(n-1)-11*a(n-2)+6*a(n-3). - Harvey P. Dale, Sep 23 2012
MATHEMATICA
Table[2+4*2^n-3^n, {n, 0, 30}] (* or *) LinearRecurrence[{6, -11, 6}, {5, 7, 9}, 30] (* Harvey P. Dale, Sep 23 2012 *)
CROSSREFS
Sequence in context: A276483 A021637 A177705 * A308713 A109352 A228578
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Mar 07 2008
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)