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!)
A111021 Integers k such that 7*10^k + 31 is a prime number. 1
1, 8, 11, 143, 203, 2727, 2911, 3339, 17039 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "70031".
a(10) > 10^5. - Robert Price, Jan 28 2017
LINKS
EXAMPLE
k = 11 is a term because 7*10^11 + 31 = 7*100000000000 + 31 = 700000000000 + 31 = 700000000031, which is a prime.
MATHEMATICA
Select[Range[0, 10000], PrimeQ[7 10^# + 31] &] (* Vincenzo Librandi, Jul 03 2016 *)
PROG
(Magma) [n: n in [1..300] | IsPrime(7*10^n+31)]; // Vincenzo Librandi, Jul 03 2016
CROSSREFS
Sequence in context: A196173 A074042 A140478 * A126814 A172391 A227239
KEYWORD
nonn,more
AUTHOR
Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005
EXTENSIONS
a(9) from Ray Chandler, Dec 23 2010
a(1) = 1 prepended by Vincenzo Librandi, Jul 03 2016
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)