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!)
A062754 a(n) = gcd(n, sigma(n+1)). 2
1, 2, 1, 2, 1, 2, 1, 1, 9, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 4, 3, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 16, 3, 2, 7, 2, 1, 2, 3, 2, 1, 2, 1, 2, 9, 2, 1, 3, 1, 2, 1, 2, 1, 18, 5, 8, 3, 2, 1, 2, 1, 2, 1, 4, 1, 2, 1, 4, 3, 2, 1, 2, 1, 2, 5, 4, 7, 2, 1, 1, 9, 2, 1, 12, 1, 2, 3, 2, 1, 2, 7, 4, 3, 2, 1, 2, 1, 2, 1, 2, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[GCD[n, DivisorSigma[1, n+1]], {n, 110}] (* Harvey P. Dale, May 25 2015 *)
PROG
(PARI) j=[]; for(n=1, 200, j=concat(j, gcd(n, sigma(n+1)))); j
(PARI) a(n) = gcd(n, sigma(n+1)); \\ Michel Marcus, Dec 16 2017
CROSSREFS
Sequence in context: A069349 A167404 A280223 * A342846 A045888 A335885
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 15 2001
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 24 15:20 EDT 2024. Contains 372778 sequences. (Running on oeis4.)