The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A343982 Numbers k that divide Sum_{j|k} j^(k/j). 1
1, 6, 54, 135, 486, 495, 516, 1134, 1863, 2295, 3375, 4374, 4875, 5535, 10935, 11875, 15435, 19695, 22295, 23625, 24057, 34853, 39015, 39366, 42875, 43875, 59265, 64881, 77625, 84375, 89667, 100875, 102375, 114582, 122625, 142155, 144495, 161325, 165375, 205979, 251505, 268569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1^6 + 2^3 + 3^2 + 6^1 = 24 = 4 * 6. So 6 is a term.
MATHEMATICA
q[n_] := Divisible[DivisorSum[n, #^(n/#) &], n]; Select[Range[10^5], q] (* Amiram Eldar, May 06 2021 *)
PROG
(PARI) isok(n) = sumdiv(n, d, Mod(d, n)^(n/d))==0;
CROSSREFS
Sequence in context: A097645 A153333 A284858 * A275039 A195901 A260955
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 06 2021
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 May 28 14:20 EDT 2024. Contains 372913 sequences. (Running on oeis4.)