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.

A231073 Primes whose English name has a prime number of words.

Original entry on oeis.org

23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 211, 307, 311, 313, 317, 401, 409, 419, 503, 509, 601, 607, 613, 617, 619, 701, 709, 719, 809, 811, 907, 911, 919, 1009, 1013, 1019, 1103, 1109, 1117, 1201, 1213, 1217, 1301, 1303, 1307, 1319, 1409
Offset: 1

Views

Author

M. F. Hasler, Nov 03 2013

Keywords

Comments

Sequence A163648 is the analog considering syllables in the English name of p.

Crossrefs

Programs

  • PARI
    forprime(p=1,1500,isprime(A231072(p))&&print1(p","))