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!)
A023520 Exponent of 2 in prime factorization of prime(n)*prime(n-1) - 1. 3
0, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 1, 3, 2, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 3, 1, 1, 2, 1, 6, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,4
COMMENTS
a(n) = 1 if and only if A080378(n-1) = 2. - Robert Israel, Feb 07 2018
LINKS
FORMULA
a(n) = A007814(A023515(n)). - Michel Marcus, Sep 30 2013
MAPLE
seq(padic:-ordp(ithprime(n)*ithprime(n-1)-1, 2), n=2..200); # Robert Israel, Feb 07 2018
PROG
(PARI) a(n) = valuation(prime(n)*prime(n-1) - 1, 2); \\ Michel Marcus, Sep 30 2013
(Python)
from sympy import prime
def A023520(n): return (~(m:=prime(n)*prime(n-1)-1)& m-1).bit_length() # Chai Wah Wu, Jul 07 2022
CROSSREFS
Sequence in context: A353364 A328390 A325599 * A103587 A306446 A100387
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset set to 2 and a(2) corrected by Michel Marcus, Sep 30 2013
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)