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.

A261071 a(n) = 2^(n!) + 1.

Original entry on oeis.org

3, 5, 65, 16777217, 1329227995784915872903807060280344577
Offset: 1

Views

Author

Marco RipĂ , Aug 08 2015

Keywords

Comments

a(n) is a sum of two k-th powers of positive integers for k=1,2,...,n.

Examples

			a(3) = 2^6 + 1 = 65.
		

Crossrefs

Cf. A050923.

Programs

Formula

a(n) = 2^(n!) + 1.
a(n) = A050923(n) + 1.