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!)
A066715 a(n) = gcd(2n+1, sigma(2n+1)). 5
1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 7, 1, 5, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 13, 1, 1, 3, 1, 1, 1, 1, 1, 15, 1, 1, 3, 1, 5, 3, 1, 1, 9, 1, 1, 3, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
If gcd(n, sigma(n))=1 then n is an odd perfect number. It seems however that gcd(n, sigma(n)) is always significantly less than n.
LINKS
EXAMPLE
a(5) = 1 as gcd(5,6) = 1. a(15) = gcd(15, sigma(15)) = gcd(15,(1+3+5+15)) = gcd(15,24) = 3.
MATHEMATICA
Table[GCD[2n+1, DivisorSigma[1, 2n+1]], {n, 0, 120}] (* Harvey P. Dale, Jul 22 2019 *)
PROG
(PARI) forstep (x=3, 2000, 2, write1("oddperfectgcd.txt", gcd(sigma(x), x), ", "))
(PARI) { for (n=0, 1000, write("b066715.txt", n, " ", gcd(2*n+1, sigma(2*n+1))) ) } \\ Harry J. Smith, Mar 19 2010
CROSSREFS
Sequence in context: A101874 A318449 A336651 * A082457 A356307 A356306
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 14 2002
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 April 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)