login
A379452
Number of compositions (ordered partitions) of 1 into n distinct reciprocals of positive integers.
0
1, 0, 6, 144, 8640, 1670400, 1238655600, 6095673521280
OFFSET
1,3
FORMULA
a(n) = n! * A006585(n).
EXAMPLE
a(3) = 6 because we have 1 = 1/2 + 1/3 + 1/6
= 1/2 + 1/6 + 1/3
= 1/3 + 1/2 + 1/6
= 1/3 + 1/6 + 1/2
= 1/6 + 1/2 + 1/3
= 1/6 + 1/3 + 1/2.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Ilya Gutkovskiy, Dec 23 2024
STATUS
approved