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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121960 G.f. x*(1+30*x+49*x^2-71*x^3-116*x^4)/((2*x+1) * (4*x^2+2*x-1) * (2*x^2-1)). 0
1, 30, 59, 237, 698, 2346, 7452, 24308, 78328, 253992, 820976, 2658384, 8599520, 27834528, 90062784, 291471680, 943177600, 3052274304, 9877192448, 31963612416, 103435730432, 334726433280, 1083194735616, 3505297298432 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)= 10*a(n-2) +8*a(n-3) -16*a(n-4) -16*a(n-5).

MATHEMATICA

M = {{0, 1, 0, 1, 1, 0, 0, 1}, {1, 0, 1, 0, 1, 1, 0, 0}, {0, 1, 0, 1, 0, 1, 1, 0}, {1, 0, 1, 0, 0, 0, 1, 1}, {1, 1, 0, 0, 0, 0, 0, 0}, {0, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 1, 1, 0, 0, 0, 0}, {1, 0, 0, 1, 0, 0, 0, 0}}

v[1] = Table[Fibonacci[n], {n, 1, 8}] v[n_] := v[n] = M.v[n - 1] a = Table[Floor[v[n][[1]]], {n, 1, 50}]

CoefficientList[Series[x (1+30x+49x^2-71x^3-116x^4)/((2x+1)(4x^2+2x-1) (2x^2-1)), {x, 0, 30}], x] (* From Harvey P. Dale, Jul 24 2011 *)

CROSSREFS

Sequence in context: A048451 A154796 A004962 * A040870 A175785 A051488

Adjacent sequences:  A121957 A121958 A121959 * A121961 A121962 A121963

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 02 2006

EXTENSIONS

Definition replaced by g.f. - the Assoc. Eds. of the OEIS, Mar 27 2010

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 17:11 EST 2012. Contains 205938 sequences.