login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067933 Primes p such that p == -1 (mod phi(p-1)). 1
2, 3, 5, 7, 11, 31, 71, 2591, 131071 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

No more terms up to 373587883 (the 20 millionth prime).

MATHEMATICA

Do[p = Prime[n]; If[ Mod[p + 1, EulerPhi[p - 1]] == 0, Print[p]], {n, 1, 10^8}] (* Cloitre *)

Select[Prime[Range[10^5]], Mod[#, EulerPhi[# - 1]] == EulerPhi[# - 1] - 1 &] (* Alonso del Arte, Sep 26 2011 *)

CROSSREFS

Sequence in context: A085300 A119388 A093487 * A005234 A140561 A140553

Adjacent sequences:  A067930 A067931 A067932 * A067934 A067935 A067936

KEYWORD

more,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 22 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 27 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:47 EST 2012. Contains 205860 sequences.