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.

A359123 First differences of A068811, halved.

Original entry on oeis.org

1, 1, 2, 3, 6, 6, 3, 3, 3, 6, 6, 3, 4, 8, 12, 18, 3, 6, 18, 6, 9, 12, 18, 15, 3, 3, 12, 9, 15, 6, 18, 6, 9, 6, 18, 6, 15, 9, 12, 3, 3, 15, 18, 12, 9, 6, 18, 6, 3, 18, 12, 12, 9, 6, 3, 3, 9, 3, 3, 7, 17, 9, 51, 6, 9, 6, 12, 21, 21, 3, 6, 27, 27, 30, 6, 27, 9, 21, 12, 36, 84, 6
Offset: 1

Views

Author

N. J. A. Sloane, Dec 18 2022

Keywords

Crossrefs

Programs

  • Mathematica
    1/2*Differences@ Select[Prime@ Range[300], PrimeQ[10^(1 + Floor@ Log10[#]) - #] &] (* Michael De Vlieger, Dec 18 2022 *)