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.

A040104 First ten consecutive primes which are emirps.

Original entry on oeis.org

1193, 1201, 1213, 1217, 1223, 1229, 1231, 1237, 1249, 1259
Offset: 1

Views

Author

Keywords

Comments

There are no additional such ten-consecutive primes up through the 3 millionth prime (49,979,687). - Harvey P. Dale, May 20 2014

Crossrefs

Programs

  • Mathematica
    Flatten[Select[Partition[Prime[Range[220]],10,1],And@@PrimeQ[ FromDigits/@ (Reverse/@(IntegerDigits/@#))]&]] (* Harvey P. Dale, May 20 2014 *)

Extensions

New name from Charles R Greathouse IV, Jan 13 2014