|
| |
|
|
A087084
|
|
Number of integer elements in the subsets of the subsets of the integers 1 to n.
|
|
1
| | |
|
|
|
OFFSET
| 0,3
|
|
|
REFERENCES
| Alan Sutcliffe, Divisors and Common Factors in Sets of Integers, awaiting publication.
|
|
|
FORMULA
| (n-1)*2^(n-3+2^(n-1))
|
|
|
EXAMPLE
| 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.
|
|
|
CROSSREFS
| A001146 gives the number of subsets of the subsets of the integers 1 to n. A028369 gives the number of subset elements in the subsets of the subsets of the integers 1 to n.
Sequence in context: A012209 A172286 A129348 * A193269 A088386 A093584
Adjacent sequences: A087081 A087082 A087083 * A087085 A087086 A087087
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Alan Sutcliffe (alansut(AT)ntlworld.com), Aug 13 2003
|
| |
|
|