OFFSET
1,1
COMMENTS
a(n) is even for n = 2,18,24,44,67 while a(n) is odd for other values of n < 85.
a(n) is even for 63 out of the first 10^4 terms. - Amiram Eldar, May 07 2025
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harry J. Smith)
FORMULA
Conjecture: there is a constant 2 < c < 2.1 such that a(n)=n^c asymptotically.
a(n) = A001494(n) + 1.
MATHEMATICA
Flatten[Position[Partition[EulerPhi[Range[3400]], 3, 1], _?(#[[1]]== #[[3]]&), 1, Heads->False]]+1 (* Harvey P. Dale, Apr 18 2018 *)
PROG
(PARI) isok(k) = { eulerphi(k+1) == eulerphi(k-1) } \\ Harry J. Smith, Mar 29 2010
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 20 2002
EXTENSIONS
Corrected by Ralf Stephan, Feb 20 2004
STATUS
approved
