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!)
A353543 Primitive terms of A353537. 2
4, 6, 10, 14, 45, 63, 75, 105, 165, 195, 231, 242, 255, 285, 286, 345, 374, 418, 435, 442, 465, 494, 506, 598, 638, 646, 682, 754, 782, 806, 814, 874, 902, 946, 962, 1034, 1066, 1118, 1166, 1222, 1287, 1298, 1342, 1378, 1474, 1562, 1606, 1683, 1738, 1826, 1881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If a number is in A353537 then all its multiples are in it. Therefore, the terms of A353537 whose proper divisors are not in A353537 are the primitive terms.
LINKS
EXAMPLE
4 is a term since sigma(4)/4 = 7/4 = 1.75 > Pi^2/6 = 1.644..., the proper divisors of 4 are 1 and 2, sigma(1)/1 = 1 < Pi^2/6 and sigma(2)/2 = 3/2 < Pi^2/6.
MATHEMATICA
q[n_] := DivisorSigma[-1, n] > Pi^2/6 && AllTrue[Most @ Divisors[n], DivisorSigma[-1, #] < Pi^2/6 &]; Select[Range[2000], q]
CROSSREFS
Subsequences: A071395, A091191, A353544.
Sequence in context: A188592 A188586 A084372 * A140611 A333846 A076957
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 25 2022
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 5 14:10 EDT 2024. Contains 373105 sequences. (Running on oeis4.)