login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100501 Numbers n such that 3*10^n+7 is prime. 3
1, 2, 5, 8, 24, 29, 84, 110, 129, 176, 593, 1137, 2675, 4992, 26904 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

593 and 1137 both give primes. - Joao da Silva (zxawyh66(AT)yahoo.com), Sep 30 2005

LINKS

Makoto Kamada, Factorizations of 300...007

Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.

Primeform: User group for PFGW & PrimeForm programs

Index entries for primes involving repunits.

EXAMPLE

(3*10^5)+7 = (3*100000)+7 = 300000+7 = 300007, which is prime.

MATHEMATICA

Do[ If[ PrimeQ[ 3*10^n + 7], Print[ n ]], {n, 0, 20000}]

CROSSREFS

Cf. A096774.

Sequence in context: A092097 A195295 A088144 * A142869 A086825 A192476

Adjacent sequences:  A100498 A100499 A100500 * A100502 A100503 A100504

KEYWORD

more,nonn

AUTHOR

Julien Peter Benney (jpbenney(AT)ftml.net), Nov 23 2004

EXTENSIONS

a(12) from Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 26 2004

a(13 & a(14) from Hugo Pfoertner (hugo(AT)pfoertner.org), Nov 29 2004. The next term is > 20000.

a(15) from Kamada data by Robert Price (pamandbobprice(AT)yahoo.com), Dec 12 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 16:05 EST 2012. Contains 205522 sequences.