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!)
A066687 Numbers n such that prime(n) == n (mod phi(n)). 0
1, 2, 3, 11, 15, 67, 209, 439, 1285, 4393, 11513, 31037, 133361, 181411, 225209, 637337, 637339, 7351279, 10253001, 10553551, 339144639, 416538907, 639770919, 4631809783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(25) > 10^12. - Donovan Johnson, Mar 14 2010
LINKS
EXAMPLE
p(3) = 5 is congruent to 3 mod phi(2) = 2, so 3 is a term of the sequence.
MATHEMATICA
Select[ Range[ 1, 10^6 ], Mod[ #, EulerPhi[ # ] ] == Mod[ Prime[ # ], EulerPhi[ # ] ] & ]
CROSSREFS
Sequence in context: A178430 A295128 A360520 * A144979 A194558 A076514
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Jan 11 2002
EXTENSIONS
a(18)-a(24) from Donovan Johnson, Mar 14 2010
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 March 28 10:31 EDT 2024. Contains 371240 sequences. (Running on oeis4.)