cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A344933 Record values of A046800.

Original entry on oeis.org

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

Views

Author

Chai Wah Wu, Jun 02 2021

Keywords

Crossrefs

Programs

  • 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 *)