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!)
A032695 Exactly 5 digits from {1,2,3,4,5,6,7,8,9} can precede a(n) to form a prime. 1
1, 7, 9, 39, 63, 77, 83, 221, 229, 237, 521, 547, 689, 719, 733, 741, 803, 861, 907, 1283, 1647, 2003, 2051, 2073, 2467, 2727, 3003, 3063, 3331, 3487, 3597, 3609, 3629, 3719, 3773, 3857, 3997, 4421, 4449, 4499, 4747, 4919, 5083, 5439, 5541 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If a(n) = 77 then we find '2'77, '5'77, '6'77, '8'77 and '9'77 to be primes.
MATHEMATICA
Select[Range[5600], Count[Table[n*10^IntegerLength[#]+#, {n, 9}], _?PrimeQ] == 5&] (* Harvey P. Dale, Apr 07 2015 *)
CROSSREFS
Sequence in context: A082536 A057590 A140787 * A323676 A007449 A189053
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
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 July 27 07:48 EDT 2024. Contains 374642 sequences. (Running on oeis4.)