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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097954 Numbers n such that 7*10^n + 9 is prime. 1
1, 2, 4, 6, 11, 12, 13, 35, 46, 57, 128, 156, 263, 353, 396, 429, 783, 982, 1058, 1563, 1695, 1816, 1937, 4236, 4431, 6858, 9898, 13145, 16646, 20891, 63351 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Makoto Kamada, Factorizations of 700...009.

Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.

Index entries for primes involving repunits.

EXAMPLE

n=2 we get 7*10^2+9 = 7*100+9 = 709, which is prime.

MATHEMATICA

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

CROSSREFS

Sequence in context: A088906 A063183 A057661 * A081988 A171921 A030783

Adjacent sequences:  A097951 A097952 A097953 * A097955 A097956 A097957

KEYWORD

more,nonn

AUTHOR

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

EXTENSIONS

a(19)-a(27) from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 19 2005

a(28)-a(31) from Kamada data by Robert Price (pamandbobprice(AT)yahoo.com), Dec 14 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 15 15:14 EST 2012. Contains 205823 sequences.