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!)
A178175 Numbers n such that 10^n - 47 is prime. 0
2, 3, 6, 33, 48, 74, 231, 3206, 4544, 7064, 13634, 41384, 64862, 82790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term, if one exists, is >100000. - Robert Price, Apr 25 2011
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "99953".
LINKS
EXAMPLE
10^3 - 47 = 953 is a prime number.
MATHEMATICA
m=1000; For[n=1, n<m, If[PrimeQ[10^n-47], Print[n]]; n++ ]
PROG
(PARI) is(n)=ispseudoprime(10^n-47) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A033689 A018324 A263803 * A351883 A129379 A000308
KEYWORD
more,nonn
AUTHOR
Robert Price, Dec 17 2010
EXTENSIONS
a(12:14)=41384,64862,82790 from Robert Price, Apr 25 2011
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)