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!)
A082902 a(n) = gcd(2^n, sigma(2,n)) = gcd(A000079(n), A001157(n)). 2
1, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 4, 1, 2, 1, 2, 2, 4, 2, 2, 2, 1, 2, 4, 2, 2, 4, 2, 1, 4, 2, 4, 1, 2, 2, 4, 2, 2, 4, 2, 2, 2, 2, 2, 2, 1, 1, 4, 2, 2, 4, 4, 2, 4, 2, 2, 4, 2, 2, 2, 1, 4, 4, 2, 2, 4, 4, 2, 1, 2, 2, 2, 2, 4, 4, 2, 2, 1, 2, 2, 4, 4, 2, 4, 2, 2, 2, 4, 2, 4, 2, 4, 2, 2, 1, 2, 1, 2, 4, 2, 2, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A006519(A001157(n)). - Antti Karttunen, Sep 27 2018
Multiplicative with a(2^e) = 1, and a(p^e) = A006519(e+1) for an odd prime p. - Amiram Eldar, Oct 01 2023
MATHEMATICA
a[n_] := 2^IntegerExponent[DivisorSigma[2, n], 2]; Array[a, 100] (* Amiram Eldar, Oct 01 2023 *)
PROG
(PARI) A082902(n) = gcd(2^n, sigma(n, 2)); \\ Antti Karttunen, Sep 27 2018
CROSSREFS
Sequence in context: A082065 A082070 A336648 * A123926 A336476 A082064
KEYWORD
nonn,mult
AUTHOR
Labos Elemer, Apr 22 2003
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 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)