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; text; internal format)
OFFSET

1,2

LINKS

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

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: A222550 A075936 A221902 * A206526 A141877 A057230

Adjacent sequences:  A103066 A103067 A103068 * A103070 A103071 A103072

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v, Jan 19 2005

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 21 03:17 EDT 2013. Contains 225474 sequences.