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!)
A357324 Numbers k such that there is a unique m for which the sum of the aliquot unitary divisors of m (A034460) is k. 4
6, 9, 11, 13, 128, 150, 164, 222, 224, 332, 338, 390, 404, 416, 420, 458, 510, 548, 558, 570, 576, 582, 584, 598, 660, 668, 750, 788, 800, 810, 818, 822, 836, 852, 878, 884, 926, 930, 1046, 1118, 1200, 1202, 1230, 1244, 1250, 1260, 1284, 1298, 1304, 1382, 1422, 1472, 1478 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A324938(k) = 1.
LINKS
FORMULA
a(n) = A034460(A357325(n)).
MATHEMATICA
us[1] = 0; us[n_] := Times @@ (1 + Power @@@ FactorInteger[n]) - n; m = 1500; v = Table[0, {m}]; Do[u = us[k]; If[2 <= u <= m, v[[u]]++], {k, 1, m^2}]; Position[v, 1] // Flatten
CROSSREFS
The unitary version of A057709.
Sequence in context: A132725 A338596 A121899 * A276419 A184104 A315950
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)