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.

A166232 a(n) = A166231(n)/4^n.

Original entry on oeis.org

1, 1, 3, 20, 272, 7424, 405504, 44302336, 9680453632, 4230542786560, 3697657604210688, 6463791365183504384, 22598414411798807576576, 158015104883301198495481856, 2209780998563745292895322636288
Offset: 0

Views

Author

Paul Barry, Oct 09 2009

Keywords

Comments

a(n+1) is the Hankel transform of A068764.

Crossrefs

Programs

  • Mathematica
    Table[2^(Binomial[n, 2])*Sum[Binomial[n, 2 k]*2^(-k), {k, 0, Floor[n/2]}], {n, 0, 25}] (* G. C. Greubel, May 07 2016 *)

Formula

a(n) = 2^C(n,2)*Sum_{k=0..floor(n/2)} C(n,2k)*2^(-k).
a(n) = A166231(n)/4^n.