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!)
A370354 Composite numbers k that share a factor with sopfr(k), the sum of the primes dividing k, with repetition. 2
4, 8, 9, 16, 18, 24, 25, 27, 30, 32, 36, 42, 49, 50, 60, 64, 66, 70, 72, 78, 81, 84, 98, 100, 102, 105, 110, 114, 120, 121, 125, 126, 128, 130, 132, 138, 140, 144, 150, 154, 156, 160, 162, 168, 169, 170, 174, 180, 182, 186, 190, 192, 195, 196, 200, 204, 216, 220, 222, 228, 230, 231, 234, 238, 240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All prime powers, see A246547, are terms.
LINKS
EXAMPLE
18 is a term as 18 = 2 * 3 * 3, and soprf(18) = 2 + 3 + 3 = 8, which shares a factor with 18.
MATHEMATICA
fn[{a_, b_}]:=a*b; Select[Range[240], CompositeQ[#]&&ContainsAny[First/@FactorInteger[#], First/@FactorInteger[ Total[fn/@FactorInteger[#]]]]&] (* James C. McMahon, May 06 2024 *)
CROSSREFS
Sequence in context: A034023 A086368 A034024 * A299117 A339462 A140269
KEYWORD
nonn,new
AUTHOR
Scott R. Shannon, May 06 2024
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 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)