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!)
A067237 Numbers k such that gcd(sigma(k),k) = k/5. 2
5, 10, 15, 30, 60, 90, 140, 420, 1170, 2480, 3360, 6200, 7440, 8190, 18600, 40640, 114660, 121920, 131040, 297600, 997920, 2618880, 5059200, 64995840, 72602880, 95472000, 102136320, 167751680, 197308800, 433305600, 503255040, 668304000, 714954240, 1307124000, 1381161600, 1502582400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that denominator(sigma(k)/k) = 5. - David A. Corneth, Oct 15 2023
LINKS
David A. Corneth, Table of n, a(n) for n = 1..166 (first 61 terms from Jud McCranie, terms <= 10^28)
EXAMPLE
30 is in the sequence as gcd(sigma(30), 30) = gcd(72, 30) = 6 = 30/5. - David A. Corneth, Oct 15 2023
PROG
(PARI) is(n) = gcd(sigma(n), n) == n/5 - David A. Corneth, Oct 15 2023
CROSSREFS
Cf. A000203.
Cf. similar sequences with A017666(n)=k: A159907 (k=2), A245775 (k=3), A229088 (k=4), A262359 (k=6).
Sequence in context: A138521 A225701 A022600 * A196157 A048703 A020332
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
EXTENSIONS
More terms from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Nov 15 2004
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 3 23:31 EDT 2024. Contains 373088 sequences. (Running on oeis4.)