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!)
A352723 a(n) = A352722(n) AND A352722(n+1) (where AND denotes the bitwise AND operator). 2
2, 2, 2, 2, 5, 5, 13, 11, 2, 2, 2, 17, 17, 17, 17, 19, 2, 2, 2, 2, 2, 2, 2, 2, 3, 29, 5, 37, 37, 41, 41, 43, 37, 53, 53, 61, 59, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 17, 17, 17, 17, 5, 5, 5, 5, 73, 73, 71, 83, 89, 89, 73, 73, 67, 97, 97, 101, 101, 109 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
LINKS
EXAMPLE
a(5) = A352722(5) AND A352722(6) = 7 AND 5 = 5.
PROG
(PARI) s=0; v=2; for (n=1, 74, s+=2^v; for (w=1, oo, if (!bittest(s, w) && isprime(p=bitand(v, w)), v=w; print1(p", "); break)))
CROSSREFS
Sequence in context: A141299 A035681 A195601 * A222255 A350970 A126788
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Mar 30 2022
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 May 1 00:02 EDT 2024. Contains 372143 sequences. (Running on oeis4.)