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!)
A067733 Numbers k such that phi(prime(k)-1) == 0 (mod k). 0
1, 12, 540, 1024, 1072, 1092, 1320, 1408, 4272, 16200, 29568, 40082, 43740, 56592, 123192, 251736, 265440, 276000, 664320, 725760, 758560, 771264, 2101248, 3195192, 6592704, 7243050, 7464960, 8755680, 10553502, 11715840, 14135296, 19952730, 20058720, 21672288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[42000], Mod[EulerPhi[Prime[ # ] - 1], # ] == 0 &]
PROG
(PARI) for(k=1, 2600000, if(eulerphi(prime(k)-1)%k==0, print1(k, ", ")))
CROSSREFS
Sequence in context: A296685 A281030 A282589 * A353194 A285748 A184423
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 05 2002
EXTENSIONS
More terms from Klaus Brockhaus, Feb 13 2002
More terms from Jinyuan Wang, Apr 05 2020
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)