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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096508 Numbers n for which 8*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 17
2, 14, 17, 35, 4175, 4472, 14576 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Also numbers n such that (8*10^n+1)/9 is prime.

LINKS

Index entries for primes involving repunits

EXAMPLE

n=35 means that 88888888888888888888888888888888889 is a prime number.

MATHEMATICA

Do[ If[ PrimeQ[ 8(10^n - 1)/9 + 1], Print[n]], {n, 30000}] (from Robert G. Wilson v Oct 15 2004)

CROSSREFS

Cf. A096503, A096504, A096505, A096506, A096507.

Sequence in context: A194379 A147832 A022369 * A108029 A032476 A059205

Adjacent sequences:  A096505 A096506 A096507 * A096509 A096510 A096511

KEYWORD

base,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jul 12 2004

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 14 16:05 EST 2012. Contains 205635 sequences.