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!)
A199710 Expansion of (1+x-14*x^2+13*x^3)/(1-28*x^2+169*x^4). 3
1, 1, 14, 41, 223, 979, 3878, 20483, 70897, 408073, 1329734, 7964417, 25250959, 154039339, 482301806, 2967115019, 9237038497, 57046572241, 177128072702, 1095861584537, 3398526529663, 21043253658307, 65224098543926, 404010494645843, 1251923775716881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1+x-14*x^2+13*x^3)/(1-28*x^2+169*x^4).
a(n) = ((1+3*sqrt(3))^n+(1-3*sqrt(3))^n)/(2*2^floor(n/2)).
a(n) = 28*a(n-2)-169*a(n-4).
MATHEMATICA
LinearRecurrence[{0, 28, 0, -169}, {1, 1, 14, 41}, 25]
CoefficientList[Series[(1+x-14x^2+13x^3)/(1-28x^2+169x^4), {x, 0, 30}], x] (* Harvey P. Dale, Nov 08 2017 *)
PROG
(PARI) Vec((1+x-14*x^2+13*x^3)/(1-28*x^2+169*x^4)+O(x^25))
(Magma) I:=[1, 1, 14, 41]; [n le 4 select I[n] else 28*Self(n-2)-169*Self(n-4): n in [1..25]];
(Maxima) makelist(expand(((1+3*sqrt(3))^n+(1-3*sqrt(3))^n)/(2*2^floor(n/2))), n, 0, 24);
CROSSREFS
Sequence in context: A043227 A044007 A366480 * A214521 A064512 A118237
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Nov 10 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 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)