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.

A178115 a(n)=(-1)^C(n+1,2)*(F(n+1)*(1+(-1)^n)/2+F(n+2)*(1-(-1)^n)/2).

Original entry on oeis.org

1, -2, -2, 5, 5, -13, -13, 34, 34, -89, -89, 233, 233, -610, -610, 1597, 1597, -4181, -4181, 10946, 10946, -28657, -28657, 75025, 75025, -196418, -196418, 514229, 514229, -1346269, -1346269, 3524578, 3524578, -9227465, -9227465, 24157817
Offset: 0

Views

Author

Paul Barry, May 20 2010

Keywords

Comments

Duplicated A001519 with alternating signs.
Hankel transform of A178113. Hankel transform of A178114.

Programs

  • PARI
    Vec((1-2*x+x^2-x^3)/(1+3*x^2+x^4) + O(x^50)) \\ Michel Marcus, Dec 03 2014

Formula

G.f.: (1-2x+x^2-x^3)/(1+3x^2+x^4).
|a(n)| = A094967(n+1). - R. J. Mathar, Dec 10 2010
Showing 1-1 of 1 results.