# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a099006 Showing 1-1 of 1 %I A099006 #17 Jul 08 2021 03:14:49 %S A099006 2,3,26,27,45,62,147,1277,1665,1979,2970,12773,17702,19128,22206, %T A099006 22386,25053 %N A099006 Numbers k such that 2*10^k + 5*R_k + 2 is prime, where R_k = 11...1 is the repunit (A002275) of length k. %C A099006 Also numbers k such that (23*10^k + 13)/9 is prime. %C A099006 a(18) > 10^5. - _Robert Price_, Feb 16 2015 %H A099006 Makoto Kamada, Prime numbers of the form 255...557. %H A099006 Index entries for primes involving repunits. %F A099006 a(n) = A101962(n) + 1. %e A099006 n = 2, 3, 26, 27 are members since 257, 2557, 255555555555555555555555557 and %e A099006 2555555555555555555555555557 are primes. %t A099006 Do[ If[ PrimeQ[(23*10^n + 13)/9], Print[n]], {n, 0, 10000}] %Y A099006 Cf. A002275, A101962. %K A099006 more,nonn %O A099006 1,1 %A A099006 Julien Peter Benney (jpbenney(AT)ftml.net), Nov 07 2004 %E A099006 a(8), a(9), a(10) & a(11) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Nov 17 2004 %E A099006 a(12)-a(17) from Kamada data by _Robert Price_, Dec 14 2010 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE