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!)
A279011 Numbers k such that phi(6k) is either phi(6k-2) or phi(6k+2), where phi is Euler's totient function A000010. 2
1, 2, 12, 152, 222, 268, 362, 432, 723, 992, 1517, 2532, 2567, 8472, 9718, 9858, 13498, 15738, 34732, 35898, 44092, 60363, 69312, 75168, 75973, 82752, 87208, 88888, 98198, 105852, 114392, 126848, 128672, 135368, 141093, 161268, 221223, 233788, 301513, 328358 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Dov Jarden, Recurring Sequences, Riveon Lematematika, Jerusalem, 1966. [Annotated scanned copy] See p. 67.
MATHEMATICA
Select[Range[10^6], Function[k, Or @@ Map[EulerPhi[6 k] == EulerPhi@ # &, 6 k + {-2, 2}]]] (* Michael De Vlieger, Dec 12 2016 *)
PROG
(Magma) [n: n in [1..1000000] | not (EulerPhi(6*n) eq EulerPhi(6*n-2)) eq (EulerPhi(6*n) eq EulerPhi(6*n+2))]; // Vincenzo Librandi, Dec 12 2016
CROSSREFS
Cf. A000010.
Union of A279183 and A279184.
Sequence in context: A105558 A322399 A340026 * A279183 A126777 A126345
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 10 2016
EXTENSIONS
More terms from Vincenzo Librandi, Dec 12 2016
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)