|
Search: id:A068019
|
|
|
| A068019 |
|
Composite n such that both 1+EulerPhi[n] and -1+EulerPhi[n] are primes, i.e. EulerPhi[n] is middle term between twin primes (A014574). |
|
+0 4
|
|
| 8, 9, 10, 12, 14, 18, 21, 26, 27, 28, 36, 38, 42, 49, 54, 62, 77, 86, 91, 93, 95, 98, 99, 111, 117, 122, 124, 133, 135, 146, 148, 152, 154, 171, 182, 186, 189, 190, 198, 206, 209, 216, 217, 218, 221, 222, 228, 234, 252, 266, 270, 278, 279, 287, 291, 297, 302
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
A072281 with the primes removed; intersection of A066071 and A078893. - Ray Chandler (rayjchandler(AT)sbcglobal.net), May 26 2008
|
|
EXAMPLE
|
n=21,26,28,36,42 provide EulerPhi[n]=12 and the corresponding twins are {11,13}.
|
|
MATHEMATICA
|
Do[s=-1+EulerPhi[n]; s1=1+EulerPhi[n]; If[PrimeQ[s]&&PrimeQ[s1]&&!PrimeQ[n], Print[n]], {n, 1, 2000}]
|
|
CROSSREFS
|
Cf. A000010, A000040, A014574, A066071, A072281, A078893, A068017.
Sequence in context: A024884 A031009 A120184 this_sequence A054011 A114842 A067683
Adjacent sequences: A068016 A068017 A068018 this_sequence A068020 A068021 A068022
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Feb 08 2002
|
|
|
Search completed in 0.002 seconds
|