login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103072 Numbers n such that 8*10^n + R_n + 6 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
3, 9, 17, 153, 194, 641, 675, 1461, 26429, 48461, 72735 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers n such that (73*10^n+53)/9 is prime.
a(12) > 10^5. - Robert Price, Oct 09 2015
LINKS
FORMULA
a(n) = A101059(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(73*10^n + 53)/9], Print[n]], {n, 0, 10000}]
PROG
(PARI) for(n=1, 1e6, if(isprime((73*10^n+53)/9), print1(n", "))) \\ Altug Alkan, Oct 09 2015
CROSSREFS
Sequence in context: A056404 A056405 A009216 * A109228 A355636 A103162
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 19 2005
EXTENSIONS
a(9) from Kamada data by Robert Price, Dec 14 2010
a(10) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
a(11) from Robert Price, Oct 09 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)