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.

A222621 a(n) = (2n-1)^(2n).

Original entry on oeis.org

1, 81, 15625, 5764801, 3486784401, 3138428376721, 3937376385699289, 6568408355712890625, 14063084452067724991009, 37589973457545958193355601, 122694327386105632949003612841, 480250763996501976790165756943041, 2220446049250313080847263336181640625
Offset: 1

Views

Author

Dave Durgin, Feb 26 2013

Keywords

Examples

			1^2; 3^4; 5^6; 7^8 and so on.
		

Crossrefs

Programs

Formula

a(n) = A005408(n-1)^A005843(n). - Michel Marcus, Apr 14 2018
Sum_{n>=1} 1/a(n) = A338168. - Amiram Eldar, Nov 29 2020