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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098930 Numbers n such that 2*10^n + 5*R_n - 4 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
2, 3, 5, 6, 12, 186, 435, 1746, 3447, 18798 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Also numbers n such that (23*10^n-41)/9 is prime.

LINKS

Makoto Kamada, Factorizations of 255...551.

Index entries for primes involving repunits.

EXAMPLE

If n = 3 we get 2551, which is prime.

MATHEMATICA

Do[ If[ PrimeQ[(23*10^n - 41)/9], Print[n]], {n, 0, 10000}]

CROSSREFS

Sequence in context: A125877 A118787 A191783 * A075372 A064725 A100330

Adjacent sequences:  A098927 A098928 A098929 * A098931 A098932 A098933

KEYWORD

more,nonn

AUTHOR

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 20 2004

EXTENSIONS

a(7) from Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 04 2004

a(8) & a(9) from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 17 2004

Addition of a(10) from Kamada data by Robert Price (pamandbobprice(AT)yahoo.com), Dec 13 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 17 02:48 EST 2012. Contains 205978 sequences.