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!)
A114924 Primes p such that pi(p) is obtained by dropping one of the digits of p in decimal expansion. 4
17, 12491, 14723, 42437, 57089, 58193, 61051, 63131, 63347, 64553, 64567, 64577, 64591, 64601, 64661, 64679, 64951, 65071, 65173, 65293, 65881, 66863, 69931, 79817, 99551, 129083, 165103, 263071, 284833, 1407647, 1515259, 4303027 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If n>31 then we can get pi(a(n)) by dropping the first digit of a(n). Next term is greater than prime(20000000).
LINKS
EXAMPLE
95517973 is in the sequence because 95517973 is prime and pi(95517973)=5517973.
MATHEMATICA
Do[h=IntegerDigits[Prime@n]; l=Length[h]; If[MemberQ[Table[ FromDigits[Drop[h, {k}]], {k, l}], n], Print[Prime@n]], {n, 20000000}]
CROSSREFS
Cf. A114924.
Sequence in context: A166326 A203678 A257044 * A362066 A300596 A308962
KEYWORD
fini,base,nonn
AUTHOR
Farideh Firoozbakht, Jan 14 2006
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)