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!)
A334346 Starts of runs of 3 consecutive binary Moran numbers (A334344). 3
126866286, 133542126, 148891086, 150959502, 173668302, 207567342, 227950542, 257154606, 263874222, 284421582, 295075566, 331190766, 373024206, 390589326, 392805486, 393817806, 395760366, 397921806, 441314766, 459700686, 459990702, 516188142, 527006286, 586869966 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..3410 (terms below 10^11)
EXAMPLE
126866286 is a term since 126866286/A000120(126866286) = 7048127, 126866287/A000120(126866287) = 6677173 and 126866288/A000120(126866288) = 7929143 are all prime numbers.
MATHEMATICA
binMoranQ[n_] := PrimeQ[n / DigitCount[n, 2, 1]]; bin = binMoranQ /@ Range[3]; seq = {}; Do[If[And @@ bin, AppendTo[seq, k - 3]]; bin = Join[Rest[bin], {binMoranQ[k]}], {k, 4, 2 * 10^8}]; seq
CROSSREFS
Subsequence of A330932, A334344 and A334345.
Sequence in context: A339537 A319065 A344832 * A115301 A256118 A036341
KEYWORD
nonn,base
AUTHOR
Amiram Eldar, Apr 23 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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)