The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A363700 a(n) = phi(2*prime(n)+1). 1
4, 6, 10, 8, 22, 18, 24, 24, 46, 58, 36, 40, 82, 56, 72, 106, 96, 80, 72, 120, 84, 104, 166, 178, 96, 168, 132, 168, 144, 226, 128, 262, 200, 180, 264, 200, 144, 216, 264, 346, 358, 220, 382, 252, 312, 216, 276, 296, 288, 288, 466, 478, 264, 502, 408, 480, 420, 360, 288, 562 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2*prime(n)+1 is prime iff a(n) = 2*prime(n).
LINKS
FORMULA
a(n) = A000010(A072055(n)).
a(n) = A037225(A000040(n)).
MATHEMATICA
a[n_] := EulerPhi[2*Prime[n] + 1]; Array[a, 100] (* Amiram Eldar, Jun 16 2023 *)
PROG
(PARI) a(n)=eulerphi(2*prime(n)+1)
CROSSREFS
Sequence in context: A114743 A089546 A263483 * A249982 A292767 A117622
KEYWORD
nonn
AUTHOR
Alain Rocchelli, Jun 16 2023
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 15 04:25 EDT 2024. Contains 372536 sequences. (Running on oeis4.)