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!)
A067696 Numbers k such that prime(k) == -1 (mod sigma(k)). 2
1, 5, 13, 15, 31, 39, 49, 96, 111, 205, 215, 452, 492, 712, 1258, 5599, 10170, 11514, 32844, 58841, 59550, 83251, 83650, 115139, 120485, 144835, 152583, 467583, 709178, 1617217, 3101711, 3554345, 3714335, 6580179, 8099488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[s=(Prime[n]+1)/DivisorSigma[1, n]; If[IntegerQ[s], Print[n]], {n, 1000000, 10000000}
Select[Range[81*10^5], Mod[Prime[#]+1, DivisorSigma[1, #]]==0&] (* Harvey P. Dale, May 03 2018 *)
CROSSREFS
Sequence in context: A322105 A230503 A335695 * A050598 A297862 A298129
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 05 2002
EXTENSIONS
More terms from Labos Elemer, Jun 12 2003
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 June 27 23:40 EDT 2024. Contains 373761 sequences. (Running on oeis4.)