OFFSET
1,2
COMMENTS
a(n) = the largest numbers k such that A007955 (k) = n, or 0 if there is no such k.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
With[{m = 100}, s[n_] := n^(DivisorSigma[0, n]/2); (FirstPosition[Array[s, m], #] & /@ Range[m]) /. Missing["NotFound"] -> 0 // Flatten] (* Amiram Eldar, Aug 06 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Apr 01 2010
EXTENSIONS
More terms from Amiram Eldar, Aug 06 2024
STATUS
approved