cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A138614 Expansion of (2*x-1)*(x^2-x-1) / ( 1-2*x^2+2*x^4 ).

Original entry on oeis.org

1, -1, -1, 0, -4, 2, -6, 4, -4, 4, 4, 0, 16, -8, 24, -16, 16, -16, -16, 0, -64, 32, -96, 64, -64, 64, 64, 0, 256, -128, 384, -256, 256, -256, -256, 0, -1024, 512, -1536, 1024, -1024, 1024, 1024, 0, 4096, -2048, 6144, -4096, 4096, -4096, -4096
Offset: 0

Views

Author

Paul Curtz, May 14 2008

Keywords

Programs

  • Mathematica
    LinearRecurrence[{0,2,0,-2},{1,-1,-1,0},60] (* Harvey P. Dale, Jul 31 2023 *)

Formula

a(n)= -4a(n-8).
a(n) = A138231(n+1)-2*A138231(n).
a(n) = A138232(n)- A138231(n).
Showing 1-1 of 1 results.