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.

Showing 1-1 of 1 results.

A176905 Primes p such that p^p contains the string 'p' as a substring.

Original entry on oeis.org

5, 11, 17, 19, 31, 37, 41, 43, 53, 59, 61, 71, 73, 79, 83, 97, 101, 103, 127, 131, 151, 173, 191, 193, 227, 233, 251, 263, 269, 271, 293, 313, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 401, 419, 421, 431, 433, 439, 443, 461, 467, 487, 491, 499, 503, 521
Offset: 1

Views

Author

Harvey P. Dale & Vladimir Joseph Stephan Orlovsky, Apr 28 2010, May 01 2010

Keywords

Comments

17^17=827240261886336764"17"7, 19^19="19"784"19"655660313589123979,..

Crossrefs

Programs

  • Mathematica
    okQ[n_]:=Module[{idn=IntegerDigits[n], len, idp=IntegerDigits[n^n]}, len=Length[idn];Length[Flatten[Position[Partition[idp, len, 1], idn]]]>=1]; Select[Prime[Range[250]], okQ]
Showing 1-1 of 1 results.