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!)
A189738 a(1)=3, a(2)=4, a(n) = 3*a(n-1) + 4*a(n-2). 14
3, 4, 24, 88, 360, 1432, 5736, 22936, 91752, 367000, 1468008, 5872024, 23488104, 93952408, 375809640, 1503238552, 6012954216, 24051816856, 96207267432, 384829069720, 1539316278888, 6157265115544, 24629060462184, 98516241848728, 394064967394920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(3-5*x)/(1-3*x-4*x^2). - Bruno Berselli, May 24 2011
MATHEMATICA
LinearRecurrence[{3, 4}, {3, 4}, 40]
PROG
(Maxima) a[1]:3$ a[2]:4$ a[n]:=3*a[n-1]+4*a[n-2]$ makelist(a[n], n, 1, 25); /* Bruno Berselli, May 24 2011 */
(PARI) a(n)=7<<(2*n)\/20-2*(-1)^n \\ Charles R Greathouse IV, Jul 15 2011
CROSSREFS
Cf. A201455.
Sequence in context: A103093 A124632 A048091 * A256830 A065900 A065809
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 July 10 01:34 EDT 2024. Contains 374191 sequences. (Running on oeis4.)