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!)
A111914 Expansion of -x^2*(x^4-2*x^3+x^2-2*x+1)*(x+1)^2 / ((x-1)*(x^8-x^4+1)). 4
0, 0, 1, 1, -1, -3, -4, -4, -5, -7, -9, -9, -8, -8, -9, -9, -7, -5, -4, -4, -3, -1, 1, 1, 0, 0, 1, 1, -1, -3, -4, -4, -5, -7, -9, -9, -8, -8, -9, -9, -7, -5, -4, -4, -3, -1, 1, 1, 0, 0, 1, 1, -1, -3, -4, -4, -5, -7, -9, -9, -8, -8, -9, -9, -7, -5, -4, -4, -3, -1, 1, 1, 0, 0, 1, 1, -1, -3, -4, -4, -5, -7, -9, -9, -8, -8, -9, -9, -7, -5, -4, -4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
It appears that (a(n)) has period 24.
LINKS
FORMULA
a(n) = a(n-1) + a(n-4) - a(n-5) - a(n-8) + a(n-9) for n > 8. - Colin Barker, May 18 2019
PROG
4jbasesigcycsumseq[ + .5'i + .5j' + .5'ij' + .5e], sumtype: Y[8] = (int)Y[6] - (int)Y[7] + Y[8] + sum (internal program code); apart from initial term 0.
(PARI) concat([0, 0], Vec(x^2*(1 + x)^2*(1 - 2*x + x^2 - 2*x^3 + x^4) / ((1 - x)*(1 - x^4 + x^8)) + O(x^40))) \\ Colin Barker, May 18 2019
CROSSREFS
Sequence in context: A292351 A098181 A322407 * A051665 A028263 A059179
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Aug 20 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)