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.

A113283 Even bisection of A113281: a(n) = A113281(2*n).

Original entry on oeis.org

1, 3, 11, 51, 255, 1325, 7039, 37951, 206799, 1135969, 6279509, 34889553, 194664283, 1089943229, 6120967411, 34463104999, 194474062663, 1099571123853, 6227893795649, 35329149864161, 200691916063033, 1141489886332555
Offset: 0

Views

Author

Paul D. Hanna, Oct 22 2005

Keywords

Crossrefs

Programs

  • PARI
    {a(n)=local(x=X+X*O(X^n));polcoeff( ((1+x)/(1-x)/(1-6*x+x^2)*(1-x+(1-6*x+x^2)^(1/2))/2)^(1/2),n,X)}

Formula

G.f.: ( (1+x)/(1-x)/(1-6*x+x^2)*(1-x+(1-6*x+x^2)^(1/2))/2 )^(1/2).
a(n) ~ (1 + sqrt(2))^(2*n + 1/2) / (2*sqrt(Pi*n)). - Vaclav Kotesovec, Oct 18 2020