The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A073332 Composite solutions to S(n) = rad(n), where S() is A002034 and rad() is A007947. 0
18, 36, 48, 50, 72, 98, 100, 144, 196, 200, 242, 338, 375, 392, 400, 484, 578, 676, 722, 784, 800, 968, 1029, 1058, 1125, 1156, 1280, 1352, 1444, 1568, 1600, 1682, 1922, 1936, 2116, 2312, 2704, 2738, 2888, 3087, 3136, 3200, 3362, 3364, 3375, 3645, 3698, 3844 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
kemp[n_] := Module[{m = 1}, While[!IntegerQ[m!/n], m++]; m]; rad[n_] := Times @@ (First@# & /@ FactorInteger@ n); aQ[n_] := CompositeQ[n] && kemp[n] == rad[n]; Select[Range[10000], aQ] (* Amiram Eldar, Jan 28 2019 *)
CROSSREFS
Sequence in context: A040306 A346137 A303282 * A261991 A109428 A329611
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 22 2002
EXTENSIONS
More terms from Amiram Eldar, Jan 28 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 May 13 09:24 EDT 2024. Contains 372504 sequences. (Running on oeis4.)