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!)
A117272 Prime numbers p for which none of its digits appear in the decimal expansion of p/pi(p). 0
3, 5, 11, 19, 47, 61, 71, 97, 157, 179, 229, 373, 409, 691, 1231, 1373, 1987, 2213, 2557, 3119, 3989, 8443, 9311, 17191, 20707, 26261, 38281, 41381, 48611, 54541, 66889, 74257, 255709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
373 is in the sequence because 1) it is a prime number, 2) there are 74 prime numbers smaller than or equal to 373, 3) in the decimal expansion of 373/74=5.04(054)... there are no 3's and 7's.
MATHEMATICA
fQ[n_] := Block[{p = Prime@n}, Intersection[ Union@ Flatten@ RealDigits[p/n][[1]], IntegerDigits@ p] == {}]; Do[ If[fQ@n, Print@ Prime@n], {n, 200000}] (* Robert G. Wilson v, Apr 24 2006 *)
CROSSREFS
Cf. A000720: pi(n), the number of primes <= n.
Sequence in context: A045961 A293820 A281380 * A243616 A147189 A118744
KEYWORD
base,more,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 23 2006
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Apr 24 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)