login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A357325 a(n) is the unique number m such that A034460(m) = A357324(n). 3
6, 15, 21, 35, 250, 138, 4192, 10048, 6112, 748, 20736, 5968, 802, 12256, 41728, 3592, 498, 53632, 8656, 80128, 2284, 2308, 36352, 2372, 10288, 5272, 11728, 84352, 1594, 630, 6472, 48448, 6616, 50368, 1426, 1762, 102016, 172288, 32416, 8872, 2328, 9544, 19408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A034460(a(n)) = A357324(n).
MATHEMATICA
us[1] = 0; us[n_] := Times @@ (1 + Power @@@ FactorInteger[n]) - n; m = 1500; v = s = Table[0, {m}]; Do[u = us[k]; If[2 <= u <= m, v[[u]]++; s[[u]] = k], {k, 1, m^2}]; s[[Position[v, 1] // Flatten]]
CROSSREFS
The unitary version of A357313.
Sequence in context: A063466 A138109 A332877 * A362211 A072521 A130178
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 24 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 02:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)