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.

A052032 Primes base 10 that remain prime in one (and only one) other base b, 2<=b<10, expansions interpreted as decimal numbers.

Original entry on oeis.org

41, 53, 73, 107, 113, 131, 137, 139, 167, 173, 223, 233, 239, 257, 271, 293, 317, 389, 401, 467, 491, 509, 521, 557, 593, 641, 661, 691, 701, 739, 761, 809, 827, 829, 839, 853, 859, 863, 881, 887, 911, 937, 971, 977, 991, 1013, 1063, 1109, 1129, 1151, 1153
Offset: 1

Views

Author

Patrick De Geest, Dec 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[200]],Count[PrimeQ/@Table[FromDigits[ IntegerDigits[ #,i]],{i,2,9}],True]==1&] (* Harvey P. Dale, Oct 13 2012 *)

Extensions

Definition clarified by Harvey P. Dale, Oct 13 2012