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!)
A339965 a(n) = sigma(n) / gcd(sigma(n),n+1). 3
1, 1, 1, 7, 1, 12, 1, 5, 13, 18, 1, 28, 1, 8, 3, 31, 1, 39, 1, 2, 16, 36, 1, 12, 31, 14, 10, 56, 1, 72, 1, 21, 24, 54, 4, 91, 1, 20, 7, 90, 1, 96, 1, 28, 39, 72, 1, 124, 57, 31, 18, 98, 1, 24, 9, 40, 40, 90, 1, 168, 1, 32, 13, 127, 14, 144, 1, 42, 48, 144, 1, 195, 1, 38, 31, 20, 16, 168, 1, 62, 121, 126, 1, 224, 54, 44 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A000203(n) / A339964(n).
a(n) = numerator(sigma(n)/(n+1)). - Michel Marcus, Jan 07 2023
MATHEMATICA
Table[DivisorSigma[1, n]/GCD[DivisorSigma[1, n], n + 1], {n, 80}] (* Wesley Ivan Hurt, Oct 10 2021 *)
PROG
(PARI) A339965(n) = sigma(n)/(gcd(sigma(n), n+1));
CROSSREFS
Cf. A000203, A339964, A339966 (denominators).
Cf. A017665.
Cf. also A160595.
Sequence in context: A165949 A322565 A343227 * A364094 A347132 A349173
KEYWORD
nonn,frac,easy
AUTHOR
Antti Karttunen, Dec 25 2020
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 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)