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!)
A289081 Numbers k such that (4*10^k - 19)/3 is prime. 0

%I #8 Jan 17 2019 13:44:09

%S 1,2,3,4,5,8,42,52,81,96,98,152,190,261,686,1930,2152,5694,6341,14067,

%T 18124,31678,58521,73647,128244

%N Numbers k such that (4*10^k - 19)/3 is prime.

%C For k>1, numbers such that the digit 1 followed by k-2 occurrences of the digit 3 followed by the digits 27 is prime (see Example section).

%C a(26) > 2*10^5.

%H Makoto Kamada, <a href="https://stdkmd.net/nrr">Factorization of near-repdigit-related numbers</a>.

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/prime/primedifficulty.txt">Search for 13w27.</a>

%e 3 is in this sequence because (4*10^3 - 19)/3 = 1327 is prime.

%e Initial terms and primes associated:

%e a(1) = 1, 7;

%e a(2) = 2, 127;

%e a(3) = 3, 1327;

%e a(4) = 4, 13327;

%e a(5) = 5, 133327; etc.

%t Select[Range[1, 100000], PrimeQ[(4*10^# - 19)/3] &]

%Y Cf. A056654, A268448, A269303, A270339, A270613, A270831, A270890, A270929, A271269.

%K nonn,more,hard

%O 1,2

%A _Robert Price_, Jun 23 2017

%E a(25) from _Robert Price_, Mar 01 2018

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)