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.

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

Original entry on oeis.org

1, 2, 16, 4096, 4294967296, 1208925819614629174706176, 6277101735386680763835789423207666416102355444464034512896
Offset: 0

Views

Author

Ahmed Fares (ahmedfares(AT)my-deja.com), Jun 05 2001

Keywords

Comments

Determinant of character table of elementary Abelian group (C_2)^n.
a(7) has 135 digits. - Jason Earls, Jun 11 2001
Number of functions f:2^X->2^X where X is an n-element set such that f(A) is a subset of A for all A in 2^X (where 2^X denotes the power set of X). - W. Edwin Clark, Nov 06 2003

Examples

			a(2) = 16 because the character table for C_2 X C_2 is / 1 1 1 1 / 1 -1 -1 1 / 1 -1 1 -1 / 1 1-1 -1 / with determinant 16 = (2^2)^(2^1).
a(1) = 2 since 2^{1} = { {}, {1}} and the functions f : 2^{1}->2^{1} satisfying f(A) is a subset of A for all A are g and h where g({})={}, g({1})={} and h({}) = {}, h({1})={1}. - _W. Edwin Clark_, Nov 06 2003
		

Crossrefs

Cf. A088322.

Programs

Formula

a(n) = 2^Sum_{i=0..n} i*binomial(n, i) = 2^(2^(n-1)*n). - W. Edwin Clark, Nov 06 2003

Extensions

More terms from Jason Earls, Jun 11 2001
Edited by N. J. A. Sloane, Oct 27 2008 at the suggestion of R. J. Mathar
Offset changed to 0 by Vincenzo Librandi, Sep 02 2018