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!)
A006872 Numbers k such that phi(k) = phi(sigma(k)).
(Formerly M2984)
29
1, 3, 15, 26, 39, 45, 74, 104, 111, 117, 122, 146, 175, 183, 195, 219, 296, 314, 333, 357, 386, 471, 488, 549, 554, 555, 579, 584, 585, 608, 626, 646, 657, 794, 831, 842, 914, 915, 939, 962, 1071, 1082, 1095, 1191, 1226, 1256, 1263, 1292, 1322, 1346 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
S. W. Golomb, Equality among number-theoretic functions, Abstract 882-11-16, Abstracts Amer. Math. Soc., 14 (1993), 415-416.
R. K. Guy, Unsolved Problems in Number Theory, B42.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..20000 (terms 1..1000 from T. D. Noe, terms 1001..12394 from Marius A. Burtea)
S. W. Golomb, Equality among number-theoretic functions, Unpublished manuscript. (Annotated scanned copy)
MATHEMATICA
Select[Range@ 1350, EulerPhi@ # == EulerPhi@ DivisorSigma[1, #] &] (* Michael De Vlieger, Jan 01 2019 *)
PROG
(PARI) lista(nn) = {for (i=1, nn, if (eulerphi(i)==eulerphi(sigma(i)), print1(i, ", ")); ); } \\ Michel Marcus, May 25 2013
(Haskell)
a006872 n = a006872_list !! (n-1)
a006872_list = filter (\x -> a000010' x == a000010' (a000203' x)) [1..]
-- Reinhard Zumkeller, Jul 14 2015
(Magma) [n:n in [1..2000]| EulerPhi(SumOfDivisors(n)) eq EulerPhi(n)]; // Marius A. Burtea, Jan 01 2019
CROSSREFS
Cf. A000010, A000203, A062401, A353637 (characteristic function).
Positions of zeros in A353636.
Setwise difference of A353684 and A353683, and also of A353685 and A353686.
Intersection of A353684 and A353685.
Subsequences: A260021, A353634, A353635, A353679 (odd terms).
Sequence in context: A046283 A160991 A328387 * A027179 A110703 A121250
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jud McCranie
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)