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!)
A224197 Least b > p_n^2 such that [p_1^2,p_2^2,...,p_n^2] in base b is prime, where p_j denotes the j-th prime. 8

%I #30 Apr 02 2013 06:06:28

%S 11,26,51,124,177,312,394,668,843,978,1398,1730,1911,2242,2859,3496,

%T 3724,4532,5073,5358,6269,6906,7927,9422,10205,10766,11522,12060,

%U 12923,16142,17220,18788,19409,22806,22965,25562,26570,28038,30636

%N Least b > p_n^2 such that [p_1^2,p_2^2,...,p_n^2] in base b is prime, where p_j denotes the j-th prime.

%C Conjecture: (i) For any positive integer k and distinct positive integers a_1< a_2 < ... < a_n with a_n prime, there are infinitely many integers b > a_n^k such that [a_1^k,a_2^k,...,a_n^k] in base b is prime.

%C (ii) For positive integers k, m and n>m, let s_k(m,n) denote the smallest integer b > p_n^k such that [p_m^k,p_{m+1}^k,...,p_n^k] in base b is prime. Then we have the inequality s_k(m,n) <= (n+1)^k*(m+n+1)^k.

%C This is the k-th power version of the author's conjecture related to A217788. Note that s(m,n) defined there is identical with s_1(m,n). It seems that s_2(m,n) < p_{n+1}*p_{m+n+1}.

%C For example, [2^2,6^2,9^2,20^2,29^2] in base 900 and [37^2,38^2,60^2,90^2,101^2] in base 10268 are both prime. Also, s_3(1,15) = 103960 and s_5(3,5) = 161098.

%C Note that for any integer b>13^2 the number [2^2,5,6,156,13^2] in base b is composite since

%C 4x^4+5x^3+6x^2+156x+169 = (4x+13)*(x^3-2x^2+8x+13).

%C Although 1, 2, 3, 113, 115 are pairwise relatively prime, [1,2,3,113,115] in any base b>115 is composite since x^4+2x^3+3x^2+113x+115 = (x+5)*(x^3-3x^2+18x+23).

%H Zhi-Wei Sun, <a href="/A224197/b224197.txt">Table of n, a(n) for n = 2..300</a>

%H Zhi-Wei Sun, <a href="http://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;e43da51c.1304">A general conjecture involving k-th powers</a>, a message to Number Theory List, April 1, 2013.

%e a(35) = s_2(1,35) = 22806 since [p_1^2,p_2^2,...,p_{35}^2] in base 22806 is prime. Note that p_{36}^2 = 22801 < 22806 < p_{35}*p_{37} = 23393 < p_{36}*p_{37} = 23707.

%e a(287) = s_2(1,287) = 3519434 since [p_1^2,p_2^2,...,p_{287}^2] in base 3519434 is prime. Note that p_{287}*p_{289} = 3519367 < 3519434 < p_{288}^2 = 3523129 < p_{288}*p_{289} = 3526883.

%t A[n_,x_]:=A[n,x]=Sum[Prime[k]^2*x^(n-k),{k,1,n}]

%t Do[Do[Do[If[PrimeQ[A[n,b]]==True,Print[n," ",b];Goto[aa]],{b,Prime[n]^2+1,Prime[n+1]Prime[n+2]-1}];

%t Print[n," ",counterexample];Label[aa];Continue,{n,2,100}]]

%Y Cf. A000040, A217788, A218465, A224210.

%K nonn

%O 2,1

%A _Zhi-Wei Sun_, Apr 01 2013

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 May 9 10:59 EDT 2024. Contains 372350 sequences. (Running on oeis4.)