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!)
A103063 Numbers n such that 7*10^n + 6*R_n - 5 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
0, 1, 2, 6, 25, 69, 253, 300, 384, 434, 721, 822, 883, 2192, 2649, 3441, 3445, 8028, 11655 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers n such that (23*10^n-17)/3 is prime.
a(20) > 10^5. - Robert Price, Oct 22 2015
LINKS
FORMULA
a(n) = A101147(n-1) + 1, for n>1.
EXAMPLE
For n=0, (23*10^n - 17)/3 = , which is prime.
MATHEMATICA
Do[ If[ PrimeQ[(23*10^n - 17)/3], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A294945 A353363 A073545 * A220191 A030228 A066317
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 19 2005
EXTENSIONS
a(19) from Kamada data by Robert Price, Dec 14 2010
a(1)=0 inserted by Robert Price, Oct 22 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)