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!)
A069552 Numbers k such that phi(k) = sigma(core(k)) where phi(k) is the Euler totient function, sigma(k) the sum of divisors of k and core(k) the squarefree part of k (the smallest integer such that k*core(k) is a square). 1
1, 12, 56, 140, 270, 630, 1672, 4180, 6426, 18810, 80104, 93496, 99484, 102856, 116116, 140296, 191862, 200260, 220616, 223938, 224536, 233740, 257140, 350740, 447678, 449442, 522522, 551540, 561340, 702240, 901170, 1051830, 1157130, 1578330, 2481930, 2526030 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
phi(k) = sigma(core(k)) | sigma(k) so this is a subsequence of A020492. - David A. Corneth, Sep 08 2020
LINKS
David A. Corneth, Table of n, a(n) for n = 1..16559 (first 183 terms from Amiram Eldar, terms calculated from terms provided by Jud McCranie in A020492)
EXAMPLE
140 is in the sequence as phi(140) = 48 = sigma(35) = sigma(core(140)). - David A. Corneth, Sep 08 2020
MATHEMATICA
core[n_] := Times @@ Power @@@ ({#[[1]], Mod[ #[[2]], 2]} & /@ FactorInteger[n]); Select[Range[10^5], EulerPhi[#] == DivisorSigma[1, core[#]] &] (* Amiram Eldar, Jul 11 2019 after Zak Seidov at A007913 *)
PROG
(PARI) for(n=1, 10^6, if(eulerphi(n)==sigma(core(n)), print1(n, ", ")))
CROSSREFS
Sequence in context: A133001 A340517 A104188 * A035005 A001386 A046998
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Apr 17 2002
EXTENSIONS
More terms from Amiram Eldar, Jul 11 2019
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)