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!)
A069164 Numbers k such that k*Sum_{d|k} 1/tau(d) is an integer. 3
1, 2, 12, 20, 24, 28, 36, 40, 44, 52, 56, 68, 72, 76, 80, 88, 92, 104, 116, 124, 136, 148, 152, 160, 164, 172, 184, 188, 212, 232, 236, 240, 244, 248, 268, 284, 292, 296, 316, 328, 332, 344, 356, 376, 388, 404, 412, 424, 428, 432, 436, 452, 472, 480, 488, 508 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Numbers k such that k*Sum_{d|k} 1/A000005(d) is an integer.
MATHEMATICA
Select[Range[500], IntegerQ[# * DivisorSum[#, 1/DivisorSigma[0, #1] &]] &] (* Amiram Eldar, Feb 19 2021 *)
PROG
(PARI) isok(k) = denominator(k*sumdiv(k, d, 1/numdiv(d))) == 1; \\ Michel Marcus, Feb 15 2021
CROSSREFS
Cf. A000005.
Sequence in context: A352262 A121022 A277589 * A067762 A305162 A339709
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 09 2002
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 20 00:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)