A342267 Number of partitions of 1/n into n reciprocals of positive integers.
1, 2, 21, 694, 118995, 132891609
Offset: 1
Examples
a(2) = 2 because we have 1/2 = 1/4 + 1/4 = 1/3 + 1/6.
Extensions
a(6) from Jud McCranie, Sep 02 2021
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.
a(2) = 2 because we have 1/2 = 1/4 + 1/4 = 1/3 + 1/6.
For n=2 we have 17 solutions (r,u,s,t): (3,6,7,42), (3,6,8,24), (3,6,9,18), (3,6,10,15), (3,6,12,12), (3,6,15,10), (3,6,18,9), (3,6,24,8), (3,6,42,7), (4,4,5,20), (4,4,6,12), (4,4,8,8), (4,4,12,6), (4,4,20,5), (6,3,4,12), (6,3,6,6), (6,3,12,4).
a(n) = sumdiv(n^2, d, numdiv((n+d)^2)) \\ Michel Marcus, Jun 17 2013
For n=2 we have 10 solutions (r,u,s,t), s>=t: (3,6,12,12), (3,6,15,10), (3,6,18,9), (3,6,24,8), (3,6,42,7), (4,4,8,8), (4,4,12,6), (4,4,20,5), (6,3,6,6), (6,3,12,4).