login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107300 a(n) = 2*a(n-1)+2*a(n-2)-2*a(n-3). 0
3, 2, 8, 14, 40, 92, 236, 576, 1440, 3560, 8848, 21936, 54448, 135072, 335168, 831584, 2063360, 5119552, 12702656, 31517696, 78201600, 194033280, 481434368, 1194532096, 2963866368, 7353928192 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

G.f.: (3-4*x-2*x^2)/(1-2*x-2*x^2+2*x^3). [Sep 28 2009]

a(n) = 3*A077937(n)-4*A077937(n-1)-2*A077937(n-2). [Sep 28 2009]

MATHEMATICA

b1 = x /. NSolve[x^3 - 2*x^2 - 2*x + 2 == 0, x][[1]] b2 = x /. NSolve[x^3 - 2*x^2 - 2*x + 2 == 0, x][[2]] b3 = x /. NSolve[x^3 - 2*x^2 - 2*x + 2 == 0, x][[3]] digits = 25 a = Table[N[2*(b3^n + b1^n + b2^n)/ (b3 + b2 + b1)], {n, 0, digits}]

CROSSREFS

Sequence in context: A088551 A165660 A171634 * A047946 A066045 A110866

Adjacent sequences:  A107297 A107298 A107299 * A107301 A107302 A107303

KEYWORD

nonn,easy

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 20 2005

EXTENSIONS

Definition replaced by recurrence by the Associate Editors of the OEIS, Sep 28 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 01:56 EST 2012. Contains 205860 sequences.