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!)
A324904 The 2-adic valuation of A318466(n), where A318466(n) = 2*n OR sigma(n). 4
0, 0, 1, 0, 1, 2, 1, 0, 0, 1, 1, 2, 1, 2, 1, 0, 1, 0, 1, 1, 1, 2, 1, 2, 0, 1, 1, 3, 1, 2, 1, 0, 1, 1, 1, 0, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 0, 0, 1, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 2, 1, 0, 1, 2, 1, 1, 1, 2, 1, 0, 1, 1, 1, 2, 1, 2, 1, 1, 0, 1, 1, 3, 1, 2, 1, 2, 1, 1, 1, 3, 1, 2, 1, 2, 1, 0, 1, 0, 1, 2, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A007814(A318466(n)).
a(n) = A324902(n) + A324903(n).
PROG
(PARI)
A318466(n) = bitor(2*n, sigma(n));
A324904(n) = valuation(A318466(n), 2);
(Python)
from sympy import divisor_sigma
def A324904(n): return (~(m:=n<<1|int(divisor_sigma(n))) & m-1).bit_length() # Chai Wah Wu, Jul 01 2022
CROSSREFS
Sequence in context: A334744 A136567 A336569 * A109708 A035468 A369311
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 28 2019
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 24 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)