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.

A090811 Next new gap between successive prime powers.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 9, 20, 7, 18, 22, 30, 16, 26, 28, 24, 32, 17, 34, 36, 44, 42, 27, 40, 52, 48, 38, 72, 50, 62, 54, 60, 58, 15, 46, 56, 64, 29, 68, 86, 66, 70, 78, 76, 82, 96, 112, 100, 74, 90, 84, 114, 21, 80, 88, 98, 92
Offset: 1

Views

Author

Naohiro Nomoto, Feb 11 2004

Keywords

Crossrefs

Programs

  • Mathematica
    DeleteDuplicates[Differences[Select[Range[1000000],PrimePowerQ]]] (* Harvey P. Dale, Oct 21 2018 *)