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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178437 Numbers n such that 10^n - 81 is prime. 0
2, 3, 17, 19, 31, 37, 43, 91, 339, 367, 407, 1135, 1175, 8653, 11987, 15793 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

The next term, if one exists, is >100000. [From Robert Price, Apr 25 2011]

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable/proven prime - search on "99919".

LINKS

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

Makoto Kamada, List of near-repdigit-related prime numbers.

Index entries for primes involving repunits.

EXAMPLE

10^3 - 81 = 919 which is a prime number.

MATHEMATICA

nMax=1000; Do[If[PrimeQ[10^n-81], Print[n]], {n, nMax}]

CROSSREFS

Cf. A108330, A108328.

Sequence in context: A135931 A215323 A215351 * A215360 A215380 A215376

Adjacent sequences:  A178434 A178435 A178436 * A178438 A178439 A178440

KEYWORD

more,nonn

AUTHOR

Robert Price, Dec 21 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 21:31 EDT 2013. Contains 225631 sequences.