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!)
A108413 Expansion of (1+x+5x^2+2x^3) / (1-4x^2+x^4). 1
1, 1, 1, -2, -5, 7, 19, -26, -71, 97, 265, -362, -989, 1351, 3691, -5042, -13775, 18817, 51409, -70226, -191861, 262087, 716035, -978122, -2672279, 3650401, 9973081, -13623482, -37220045, 50843527, 138907099, -189750626, -518408351, 708158977, 1934726305 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(0)=a(1)=a(2)=1, a(n)*a(n+3) - a(n+1)*a(n+2) = -3.
a(n) = 4*a(n-2) + a(n-4) for n>3. - Colin Barker, Sep 07 2017
PROG
(PARI) Vec((1 + x + 5*x^2 + 2*x^3) / (1 + 4*x^2 + x^4) + O(x^40)) \\ Colin Barker, Sep 07 2017
CROSSREFS
Unsigned values are in A002531.
Sequence in context: A045359 A042809 A002531 * A042449 A046115 A267481
KEYWORD
sign,easy
AUTHOR
Ralf Stephan, Jun 05 2005
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)