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!)
A362334 a(n) = A000010(n) + A000010(n+2), where A000010 is the Euler phi-function. 0
3, 3, 6, 4, 10, 6, 12, 8, 16, 8, 22, 10, 20, 14, 24, 14, 34, 14, 30, 18, 34, 18, 42, 20, 38, 24, 46, 20, 58, 24, 50, 32, 44, 28, 60, 30, 60, 34, 64, 28, 82, 32, 66, 42, 70, 38, 88, 36, 74, 44, 84, 42, 92, 42, 76, 52, 94, 44, 118, 46, 96, 62, 84, 52, 114, 52, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(2*n) <= a(2*n-1) and a(2*n) < a(2*n+1).
LINKS
FORMULA
a(n) = phi(n) + phi(n+2).
EXAMPLE
For n = 3, phi(3) = 2 and phi(5) = 4, so a(3) = 6.
MATHEMATICA
a[n_] := Plus @@ EulerPhi[n + {0, 2}]; Array[a, 100] (* Amiram Eldar, Apr 18 2023 *)
PROG
(PARI) a(n) = eulerphi(n) + eulerphi(n+2); \\ Michel Marcus, Apr 17 2023
CROSSREFS
Sequence in context: A070952 A137462 A163926 * A050346 A319619 A309001
KEYWORD
nonn
AUTHOR
Alexandre Herrera, Apr 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 September 7 03:03 EDT 2024. Contains 375728 sequences. (Running on oeis4.)