login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A176905 Primes p such that p^p contains the string 'p' as a substring. 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
17^17=827240261886336764"17"7, 19^19="19"784"19"655660313589123979,..
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..8114 [Computed using the Mma program]
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]
CROSSREFS
Sequence in context: A271982 A338239 A179240 * A352273 A084088 A344160
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)