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!)
A048848 a(n) = prime(phi(n)). 3
2, 2, 3, 3, 7, 3, 13, 7, 13, 7, 29, 7, 37, 13, 19, 19, 53, 13, 61, 19, 37, 29, 79, 19, 71, 37, 61, 37, 107, 19, 113, 53, 71, 53, 89, 37, 151, 61, 89, 53, 173, 37, 181, 71, 89, 79, 199, 53, 181, 71, 131, 89, 239, 61, 173, 89, 151, 107, 271, 53, 281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(A000010(n)).
MAPLE
with(numtheory); [ seq(ithprime(phi(i)), i=1..80) ];
MATHEMATICA
Prime[EulerPhi[Range[70]]] (* Harvey P. Dale, Nov 24 2022 *)
PROG
(PARI) A048848(n) = prime(eulerphi(n)); \\ Antti Karttunen, Dec 05 2017
(Magma) [NthPrime(EulerPhi(n)): n in [1..100]]; // G. C. Greubel, Feb 22 2024
(SageMath) [nth_prime(euler_phi(n)) for n in range(1, 101)] # G. C. Greubel, Feb 22 2024
CROSSREFS
Sequence in context: A146157 A238363 A255254 * A323256 A192495 A162223
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Antti Karttunen, Dec 05 2017
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 May 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)