OFFSET
0,2
COMMENTS
A perfect overpartition of n is one that contains exactly one overpartition of every positive integer less than n.
FORMULA
EXAMPLE
n=0: 1 (the empty partition)
n=1: 2 (1), (1')
n=2: 1 (1,1)
n=3: 5 (1,1,1), (2,1), (2',1), (2,1'), (2',1')
n=4: 1 (1,1,1,1)
n=5: 5 (1,1,1,1,1), (2,2,1), (2,2,1'), (3,1,1), (3',1,1)
n=6: 1 (1,1,1,1,1,1)
n=7: 13 (1,1,1,1,1,1,1), (2,2,2,1), (2,2,2,1'), (4,1,1,1), (4',1,1,1), (2,4,1), (2',4,1), (2,4',1), (2,4,1'), (2',4',1), (2',4,1'), (2,4',1'), (2',4',1')
CROSSREFS
KEYWORD
nonn
AUTHOR
Augustine O. Munagi, Oct 23 2025
STATUS
approved
