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.

A209248 a(n) = 2^(2^n - 2*n - 1).

Original entry on oeis.org

2, 128, 2097152, 2251799813685248, 10384593717069655257060992658440192, 883423532389192164791648750371459257913741948437809479060803100646309888
Offset: 3

Views

Author

Jonathan Vos Post, Jan 13 2013

Keywords

Comments

a(n) = 2^A070313(n). Krotov on p. 2: "in general, two extended Hamming codes can intersect in 2^(2^m - 2m - 1) elements."

Examples

			a(5) = 2^(2^5 - 2*5 - 1) = 2^21 = 2097152.
		

Crossrefs

Cf. A070313.

Programs