login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A174900
a(n) = the smallest numbers k such that A007955(k) = n, or 0 if there is no such k, where A007955(m) = product of divisors of m.
1
1, 2, 3, 0, 5, 0, 7, 4, 0, 0, 11, 0, 13, 0, 0, 0, 17, 0, 19, 0, 0, 0, 23, 0, 0, 0, 9, 0, 29, 0, 31, 0, 0, 0, 0, 6, 37, 0, 0, 0, 41, 0, 43, 0, 0, 0, 47, 0, 0, 0, 0, 0, 53, 0, 0, 0, 0, 0, 59, 0, 61, 0, 0, 8, 0, 0, 67, 0, 0, 0, 71, 0, 73, 0, 0, 0, 0, 0, 79, 0, 0, 0, 83
OFFSET
1,2
COMMENTS
a(n) = the largest numbers k such that A007955 (k) = n, or 0 if there is no such k.
LINKS
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
Cf. A007955.
Sequence in context: A365276 A101991 A296065 * A344369 A175880 A071376
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Apr 01 2010
EXTENSIONS
More terms from Amiram Eldar, Aug 06 2024
STATUS
approved