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.

Showing 1-1 of 1 results.

A283260 Product of the products of elements of all the nonempty subsets of the sets of numbers from 1 to n.

Original entry on oeis.org

1, 4, 1296, 110075314176, 1848842588950364160000000000000000, 27204445973673520186989292010512474445356561349778469394841600000000000000000000000000000000
Offset: 1

Views

Author

Jaroslav Krizek, Mar 04 2017

Keywords

Comments

a(7) has 237 digits.

Examples

			Rows with nonempty subsets of the sets of numbers from 1 to n:
{1};
{1}, {2}, {1, 2};
{1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3};
...
Rows with the products of elements of these subsets:
1;
1, 2, 2;
1, 2, 3, 2, 3, 6, 6;
...
a(1) = (1), a(2) = (1*2*2) = 4, a(3) = (1*2*3*2*3*6*6) = 1296, ...
		

Crossrefs

Programs

Formula

a(n) = (n!)^(2^(n-1)).
Showing 1-1 of 1 results.