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!)
A147833 Expansion of (4*x^2+x-1)/(12*x^3+4*x^2+x-1). 0
1, 0, 0, 12, 12, 60, 252, 636, 2364, 7932, 25020, 85116, 280380, 921084, 3063996, 10112892, 33421884, 110641404, 365683644, 1209311868, 3999743292, 13225194492, 43735910076, 144633607548, 478279581756, 1581644932860 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = a(n-1)+4*a(n-2)+12*a(n-3). G.f.: (4*x^2+x-1)/(12*x^3+4*x^2+x-1). [Colin Barker, Nov 02 2012]
MATHEMATICA
Clear[M, v, f, g, x, n] M = {{0, 1, 0}, {0, 0, 1}, {12, 4, 1}} v[0] = {1, 0, 0} v[n_] := v[n] = M.v[n - 1] Table[v[n][[1]], {n, 0, 30}]
LinearRecurrence[{1, 4, 12}, {1, 0, 0}, 40] (* Harvey P. Dale, Jul 05 2019 *)
CROSSREFS
Sequence in context: A298036 A119877 A307842 * A003877 A161196 A328531
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
New name from Colin Barker and Joerg Arndt, Nov 02 2012
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)