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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103069 Numbers n such that 8*10^n + 3 is prime. 1
1, 31, 105, 113, 369, 1359, 6219 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Makoto Kamada, Factorizations of 800...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[ 8*10^n + 3], Print[ n ]], {n, 0, 10000}]

CROSSREFS

Sequence in context: A181188 A142096 A075936 * A141877 A057230 A142177

Adjacent sequences:  A103066 A103067 A103068 * A103070 A103071 A103072

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 19 2005

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 10:28 EST 2012. Contains 205763 sequences.