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!)
A103088 Numbers k such that 8*10^k + 6*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
0, 1, 3, 17, 19, 33, 39, 169, 453, 611, 883, 1473, 6511, 9647, 21593, 39991, 40157, 71503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (26*10^k+7)/3 is prime.
LINKS
FORMULA
a(n) = A101075(n-1) + 1 for n >= 2.
MATHEMATICA
Do[ If[ PrimeQ[(26*10^k + 7)/3], Print[k]], {k, 0, 10000}]
CROSSREFS
Sequence in context: A340408 A339544 A029473 * A226925 A259772 A082387
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 19 2005
EXTENSIONS
a(15)-a(17) from Kamada data by Robert Price, Dec 14 2010
a(1)=0 inserted by Georg Fischer, Jan 03 2021
a(18) from Kamada data by Tyler Busby, May 03 2024
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 August 12 15:11 EDT 2024. Contains 375113 sequences. (Running on oeis4.)