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.

A036235 Found on a quiz long ago.

Original entry on oeis.org

5, 22, 121, 496
Offset: 0

Views

Author

Anonymous

Keywords

Comments

Suggestion from Rickey Bowers Jr, May 18 2006:
a(0) = 5,
a(1) = 2 * prime(5),
a(2) = (prime(5))^2,
a(3) = 2^4 * prime(prime(5)),
a(4) = (prime(prime(5)))^(2^4),
...
a(2n-1) = (2^(n^2)) * prime^n(a(0)),
a(2n) = prime^n(a(0))^(2^(n^2)).