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.

A155555 Primes p such that (number of prime digits of p) < (number of prime digits of prime(p)).

Original entry on oeis.org

11, 19, 31, 41, 59, 61, 67, 71, 101, 103, 107, 109, 131, 137, 139, 149, 151, 181, 191, 199, 211, 241, 269, 281, 307, 311, 331, 349, 367, 389, 401, 409, 419, 439, 449, 457, 461, 463, 467, 479, 491, 499, 503, 509, 521, 569, 587, 599, 601, 613, 619, 641, 643
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jan 24 2009

Keywords

Comments

Prime digits are 2, 3, 5, 7.

Crossrefs

Programs

  • PARI
    dp(n)=d=digits(n);c=0;for(i=1,#d,if(isprime(d[i]),c+=1));c
    forprime(p=1,500,if(dp(p)Derek Orr, Feb 28 2017

Extensions

Corrected (87 removed) by R. J. Mathar, May 15 2010