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.

A276274 a(n) = (2*n+1)^(2*(2*n+1)^2).

Original entry on oeis.org

1, 387420489, 88817841970012523233890533447265625, 66009724686219550843768321818371771650147004059278069406814190436565131829325062449
Offset: 0

Views

Author

Keywords

Comments

All terms are odd squares and are of the form k^k, where k = (2n+1)^2.

Examples

			For n = 1, k = 3^2 = 9 and so a(1) = 3^(2*3^2) = 3^18 = 387420489.
		

Crossrefs

Subsequence of A000312, containing only the odd squares.
Intersection of A000312 and A016754.

Programs