OFFSET
2,2
LINKS
Eric Weisstein's MathWorld, Partition Function P
Wikipedia, Partition function
FORMULA
a(n) = 6*LambertW(-1, -Pi/(2*sqrt(2)*3^(3/4)*sqrt(n)))^2/Pi^2 rounded to the nearest integer.
Conjecture: a(A000041(n)) = n for all n > 9.
EXAMPLE
A000041(10) = 42, then a(42) = 10.
MATHEMATICA
a[n_] := 6*ProductLog[-1, -Pi/(2*Sqrt[2]*3^(3/4)*Sqrt[n])]^2/Pi^2 // Round;
Table[a[n], {n, 2, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Jean-François Alcover, Mar 02 2019
STATUS
approved