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.

A070969 a(n) = 2^(2^n + 1) + 1.

Original entry on oeis.org

5, 9, 33, 513, 131073, 8589934593, 36893488147419103233, 680564733841876926926749214863536422913, 231584178474632390847141970017375815706539969331281128078915168015826259279873
Offset: 0

Views

Author

Anonymous, May 17 2002

Keywords

Examples

			a(0)=5 because 2^(2^0 + 1) + 1 = 2^(1 + 1) + 1 = 2^2 + 1 = 4 + 1 = 5.
		

Crossrefs

Programs

Extensions

Edited by Robert G. Wilson v, May 20 2002