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!)
A248197 Least positive integer m such that m + n divides prime(prime(m)) + prime(prime(n)). 1

%I #9 Oct 04 2014 04:11:30

%S 1,9,4,1,17,12,3,4,2,4,15,6,1,20,4,74,4,3,2,8,9,5,3,17,5,9,8,26,8,1,

%T 14,4,17,35,33,52,29,46,35,95,4,4,23,24,23,38,135,64,11,62,222,36,92,

%U 41,1,39,6,37,3,18

%N Least positive integer m such that m + n divides prime(prime(m)) + prime(prime(n)).

%C Conjecture: a(n) exists for any n > 0. Moreover, a(n) < n*(n-1) if n > 2.

%H Zhi-Wei Sun, <a href="/A248197/b248197.txt">Table of n, a(n) for n = 1..10000</a>

%H Zhi-Wei Sun, <a href="http://arxiv.org/abs/1409.5685">A new theorem on the prime-counting function</a>, arXiv:1409.5685, 2014.

%e a(3) = 4 since 3 + 4 = 7 divides prime(prime(3)) + prime(prime(4)) = prime(5) + prime(7) = 11 + 17 = 28.

%e a(2479) = 3386154 since 2479 + 3386154 = 3388633 divides prime(prime(2479)) + prime(prime(3386154)) = prime(22111) + prime(56851657) = 250963 + 1124775193 = 1125026156 = 332*3388633.

%t Do[m=1;Label[aa];If[Mod[Prime[Prime[m]]+Prime[Prime[n]],m+n]==0,Print[n," ",m];Goto[bb]];m=m+1;Goto[aa];Label[bb];Continue,{n,1,60}]

%Y Cf. A000040, A247824, A247975.

%K nonn

%O 1,2

%A _Zhi-Wei Sun_, Oct 03 2014

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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)