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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097970 Numbers n such that 7*10^n + 3 is prime. 1
1, 4, 6, 16, 22, 39, 103, 163, 240, 1048, 1974, 2559, 5880, 14436, 28338, 32796, 38079, 56779, 91215 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..19.

Makoto Kamada, Factorizations of 700...003.

Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.

Index entries for primes involving repunits.

EXAMPLE

For n = 1 we have 7*10^1+3 =7*10+3 = 73, which is prime.

MATHEMATICA

Do[ If[ PrimeQ[ 7*10^n + 3], Print[ n ]], {n, 0, 10000}] (from Robert G. Wilson v Jan 19 2005)

Flatten[Position[Table[7 10^n+3, {n, 100000}], _?PrimeQ]] (* From Harvey P. Dale, Nov 01 2011 *)

CROSSREFS

Sequence in context: A117988 A120542 A132344 * A044858 A120375 A025618

Adjacent sequences:  A097967 A097968 A097969 * A097971 A097972 A097973

KEYWORD

more,nonn

AUTHOR

Julien Peter Benney (jpbenney(AT)ftml.net), Sep 07 2004

EXTENSIONS

a(10)-a(13) from Robert G. Wilson v, Jan 19 2005

a(14)-a(19) from Kamada data by Robert Price, Dec 14 2010

STATUS

approved

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 May 24 15:56 EDT 2013. Contains 225624 sequences.