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!)
A306478 The phi-radical numbers: composite numbers m such that rad(phi(m)) = rad(m-1). 1
1729, 2431, 6601, 9605, 10585, 12801, 15211, 30889, 46657, 69751, 88561, 92929, 105001, 159895, 272323, 368641, 460801, 534061, 610051, 622909, 950797, 992251, 1047619, 1372801, 1374895, 1745701, 1902691, 2210671, 2628073, 2704801, 3225601, 5629339, 5690251, 6840001, 9738751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Problem: are there infinitely many such numbers?
These numbers are odd squarefree. They contain many Carmichael numbers.
The smallest such semiprime is 1525781251 = 19531*78121, see A306479.
LINKS
Carlos Rivera, Puzzle 969. Rad(m - 1) = Rad(phi(m)), The Prime Puzzles & Problems Connection.
MATHEMATICA
rad[n_] := Times @@ (First@# & /@ FactorInteger@n); Select[Range[100000], CompositeQ[#] && rad[EulerPhi[#]] == rad[# - 1] &]
PROG
(PARI) rad(n) = factorback(factorint(n)[, 1]); \\ A007947
isok(m) = !isprime(m) && (rad(eulerphi(m)) == rad(m-1)); \\ Michel Marcus, Feb 18 2019
CROSSREFS
Cf. A000010, A002997, A007947, A055744 (rad(phi(n)) = rad(n)), A306479.
Sequence in context: A044883 A288153 A154717 * A051388 A033181 A300949
KEYWORD
nonn
AUTHOR
Amiram Eldar and Thomas Ordowski, Feb 18 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 June 20 11:12 EDT 2024. Contains 373527 sequences. (Running on oeis4.)