login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A067796
Numbers k such that phi(k) + phi(k+1) = k.
1
14, 20, 44, 140, 254, 272, 284, 344, 464, 764, 1224, 1424, 2064, 3200, 3824, 11648, 21584, 25520, 27644, 38840, 116544, 235584, 603584, 632400, 1677024, 1935344, 2049984, 3763184, 18460224, 74649584, 82448384, 86648000, 97507584, 363939824, 646139264, 4294967294
OFFSET
1,1
MATHEMATICA
Select[Range[10^6], EulerPhi[#] + EulerPhi[# + 1] == # &] (* Amiram Eldar, Apr 23 2022 *)
CROSSREFS
Sequence in context: A054017 A129216 A259536 * A108420 A015797 A293184
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 07 2002
EXTENSIONS
a(22)-a(33) from Donovan Johnson, Mar 24 2011
a(34)-a(36) from Amiram Eldar, Apr 23 2022
STATUS
approved