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!)
A073816 a(n) = 2^sigma(n) mod n. 1
0, 0, 1, 0, 4, 4, 4, 0, 2, 4, 4, 4, 4, 8, 1, 0, 4, 8, 4, 4, 4, 20, 4, 16, 23, 12, 16, 4, 4, 16, 4, 0, 25, 30, 1, 20, 4, 26, 22, 24, 4, 22, 4, 16, 19, 18, 4, 16, 36, 42, 1, 4, 4, 46, 26, 8, 28, 6, 4, 16, 4, 2, 4, 0, 1, 16, 4, 64, 49, 36, 4, 8, 4, 64, 16, 44, 64, 40, 4, 64, 11, 64, 4, 4, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
EXAMPLE
n=17: sigma(17) = 18, 2^18 = 262144, 262144 mod 17 = 4 = a(17).
MATHEMATICA
Table[PowerMod[2, DivisorSigma[1, n], n], {n, 90}] (* Harvey P. Dale, Jun 23 2014 *)
CROSSREFS
Sequence in context: A241056 A212618 A066602 * A368820 A084452 A176101
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 16 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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)