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!)
A069797 Smallest k>n such that phi(n) divides phi(k). 5
2, 3, 4, 5, 8, 7, 9, 10, 13, 12, 22, 13, 21, 18, 16, 17, 32, 19, 27, 24, 26, 25, 46, 30, 33, 28, 37, 35, 58, 32, 61, 34, 41, 40, 39, 37, 57, 54, 45, 48, 55, 45, 49, 50, 52, 67, 94, 51, 86, 55, 64, 56, 106, 57, 75, 65, 63, 87, 118, 64, 77, 77, 73, 68, 97, 75, 134, 80, 89, 72 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
sk[n_]:=Module[{p1=EulerPhi[n], k=n+1}, While[Mod[EulerPhi[k], p1]!=0, k++]; k]; Array[sk, 70] (* Harvey P. Dale, Jun 14 2022 *)
PROG
(PARI) for(s=1, 80, n=s+1; while(frac(eulerphi(n)/eulerphi(s))>0, n++); print1(n, ", "); )
CROSSREFS
Sequence in context: A352047 A245822 A357260 * A158979 A233249 A330573
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 01 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 25 10:34 EDT 2024. Contains 371967 sequences. (Running on oeis4.)