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!)
A336693 Period of binary representation of 1/(1+sigma(n)). 7
1, 1, 4, 1, 3, 12, 6, 1, 3, 18, 12, 28, 4, 20, 20, 1, 18, 4, 6, 14, 10, 36, 20, 60, 1, 14, 20, 18, 5, 9, 10, 1, 21, 20, 21, 11, 12, 60, 18, 12, 14, 48, 12, 8, 39, 9, 21, 100, 28, 23, 9, 30, 20, 110, 9, 110, 54, 12, 60, 156, 6, 48, 12, 1, 8, 28, 22, 7, 48, 28, 9, 21, 20, 44, 100, 46, 48, 156, 54, 40, 60, 7, 8, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A007733(1+A000203(n)) = A007733(A088580(n)) = A007733(A332459(n)).
PROG
(PARI)
A007733(n) = znorder(Mod(2, n/2^valuation(n, 2))); \\ From A007733
A336693(n) = A007733(1+sigma(n));
CROSSREFS
Sequence in context: A298918 A156224 A162516 * A193793 A301510 A085471
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 31 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 April 18 09:47 EDT 2024. Contains 371779 sequences. (Running on oeis4.)