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.

A099202 a(n) = 2^floor(n^2/2).

Original entry on oeis.org

1, 1, 4, 16, 256, 4096, 262144, 16777216, 4294967296, 1099511627776, 1125899906842624, 1152921504606846976, 4722366482869645213696, 19342813113834066795298816, 316912650057057350374175801344, 5192296858534827628530496329220096, 340282366920938463463374607431768211456
Offset: 0

Views

Author

Paul Barry, Oct 04 2004

Keywords

Comments

Hankel transform of A168490. Linked to elliptic curve y^2 = 1-12*x+44*x^2-48*x^3 through g.f. of A168490. - Paul Barry, Nov 27 2009

Crossrefs

Programs

Formula

a(n) = A016116(n) * A006125(n)
a(n) = 16*a(n-2)^2 / a(n-4). - Michael Somos, Sep 16 2005
a(n) = 4^floor(n^2/4) = 4^A002620(n). - Paul Barry, Nov 27 2009