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.

A182827 E.g.f. 1/sqrt(1+2x+4x^2).

Original entry on oeis.org

1, -1, -1, 21, -111, -345, 14895, -143955, -760095, 49774095, -699437025, -5221460475, 458621111025, -8457966542025, -81662774418225, 8999266227076125, -205480756062957375, -2434383666448358625, 322739182334471277375, -8786388514658364484875
Offset: 0

Views

Author

Paul Barry, Dec 05 2010

Keywords

Comments

First column of A182826.

Programs

  • Mathematica
    Table[(-1)^n*2^n*n!*LegendreP[n, 1/2], {n, 0, 20}] (* Vaclav Kotesovec, May 06 2017 *)
  • PARI
    x='x+O('x^55); Vec(serlaplace(1/sqrt(1+2*x+4*x^2)))

Formula

D-finite with recurrence: a(n) +(2n-1)*a(n-1) +4*(n-1)^2*a(n-2)=0. - R. J. Mathar, Nov 17 2011