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!)
A073721 Remainder of division Sigma[n]/PrimePi[n] equals zero. 1
2, 3, 5, 6, 7, 14, 15, 21, 29, 38, 44, 57, 66, 78, 92, 94, 95, 106, 108, 114, 116, 118, 120, 133, 154, 174, 177, 182, 188, 232, 255, 300, 304, 305, 349, 351, 359, 413, 417, 418, 468, 488, 506, 526, 595, 615, 629, 688, 872, 945, 954, 1001, 1002, 1006, 1011, 1018 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A000203(n)/A000720(n) is integer
MATHEMATICA
Do[s=Mod[DivisorSigma[1, n], PrimePi[n]]; If[s==0, Print[n]], {n, 1, 2500}]
Select[Range[2, 1200], Divisible[DivisorSigma[1, #], PrimePi[#]]&] (* Harvey P. Dale, Jan 31 2014 *)
CROSSREFS
Sequence in context: A057924 A103538 A144671 * A285639 A090745 A002229
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 05 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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)