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.

A077966 Expansion of 1/(1+2*x^2).

Original entry on oeis.org

1, 0, -2, 0, 4, 0, -8, 0, 16, 0, -32, 0, 64, 0, -128, 0, 256, 0, -512, 0, 1024, 0, -2048, 0, 4096, 0, -8192, 0, 16384, 0, -32768, 0, 65536, 0, -131072, 0, 262144, 0, -524288, 0, 1048576, 0, -2097152, 0, 4194304, 0, -8388608, 0, 16777216, 0, -33554432, 0, 67108864, 0, -134217728, 0, 268435456
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Comments

Normally sequences like this are not included, since with the alternating 0's deleted it is already in the database.
Inverse binomial transform of A087455. - Philippe Deléham, Dec 02 2008
Pisano period lengths: 1, 1, 2, 1, 8, 2, 12, 1, 6, 8, 10, 2, 24, 12, 8, 1, 16, 6, 18, 8,... - R. J. Mathar, Aug 10 2012

Crossrefs

Programs

Formula

a(n) = (1+(-1)^n)*(-2)^(n/2)/2. - R. J. Mathar, Apr 23 2009
a(n) = ((n+1) mod 2 )*(-2)^floor((n+1)/2). - Wesley Ivan Hurt, Apr 06 2014
E.g.f.: cos(sqrt(2)*x). - G. C. Greubel, Jun 24 2019