A087084 Number of integer elements in the subsets of the subsets of the integers 1 to n.
0, 0, 2, 32, 1536, 1048576, 171798691840, 1770887431076116955136, 76223250190290215815795912064716079366144
Offset: 0
Examples
a(3)=32 since the 16 subsets of the sets ( ) (1) (2) (1,2) are ( ) (( )) ((1)) ((2)) ((1,2)) (( ) (1)) (( ) (2)) (( ) (1,2)) ((1) (2)) ((1) (1,2)) ((2) (1,2)) (( ) (1) (2)) (( ) (1) (1,2)) (( ) (2) (1,2)) ((1) (2) (1,2)) (( ) (1) (2) (1,2)) and these contain 32 integer elements.
References
- Alan Sutcliffe, Divisors and Common Factors in Sets of Integers, awaiting publication.
Crossrefs
Formula
(n-1)*2^(n-3+2^(n-1))