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!)
A271340 Numbers k such that (14*10^k + 73)/3 is prime. 0

%I #21 Jun 06 2024 23:24:12

%S 0,1,2,3,4,6,7,10,15,19,32,54,68,114,148,227,238,286,405,789,857,1310,

%T 2314,3613,4103,4215,5135,6094,8023,8718,16899,34215,41989,81585,

%U 85010,143097,165282,199447

%N Numbers k such that (14*10^k + 73)/3 is prime.

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

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

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/prime/prime_difficulty.txt">Search for 46w91</a>.

%e 3 is in this sequence because (14*10^3 + 73)/3 = 4691 is prime.

%e Initial terms and associated primes:

%e a(1) = 0, 29;

%e a(2) = 1, 71;

%e a(3) = 2, 491;

%e a(4) = 3, 4691;

%e a(5) = 4, 46691;

%e a(6) = 6, 4666691, etc.

%t Select[Range[0, 100000], PrimeQ[(14*10^# + 73)/3] &]

%o (PARI) is(n)=ispseudoprime((14*10^n + 73)/3) \\ _Charles R Greathouse IV_, Jun 13 2017

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

%K nonn,more

%O 1,3

%A _Robert Price_, Apr 05 2016

%E a(36)-a(38) from _Robert Price_, Dec 26 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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)