login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A344933
Record values of A046800.
0
0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 15, 17, 21, 24, 25, 29, 34, 36, 37, 39, 46, 51
OFFSET
1,3
MATHEMATICA
DeleteDuplicates[Join[{0}, PrimeNu/@(2^Range[200]-1)], GreaterEqual] (* The program generates the first 14 terms of the sequence. *) (* Harvey P. Dale, Dec 24 2022 *)
CROSSREFS
Sequence in context: A030789 A030749 A049808 * A191886 A184115 A050418
KEYWORD
nonn,hard,more
AUTHOR
Chai Wah Wu, Jun 02 2021
STATUS
approved