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!)
A189743 a(1)=4, a(2)=4, a(n) = 4*a(n-1) + 4*a(n-2) 13
4, 4, 32, 144, 704, 3392, 16384, 79104, 381952, 1844224, 8904704, 42995712, 207601664, 1002389504, 4839964672, 23369416704, 112837525504, 544827768832, 2630661177344, 12701955784704, 61330467848192, 296129694531584, 1429840649519104, 6903881376202752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 4*x*(1-3*x)/(1-4*x-4*x^2). - Bruno Berselli, May 24 2011
MATHEMATICA
LinearRecurrence[{4, 4}, {4, 4}, 40]
PROG
(Maxima) a[1]:4$ a[2]:4$ a[n]:=4*a[n-1]+4*a[n-2]$ makelist(a[n], n, 1, 24); /* Bruno Berselli, May 24 2011 */
CROSSREFS
Sequence in context: A271003 A217310 A298681 * A089542 A222285 A222504
KEYWORD
nonn,easy
AUTHOR
Harvey P. Dale, Apr 26 2011
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)