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!)
A229489 Conjecturally, possible differences between prime(k)^2 and the next prime for some k. 1

%I #16 Apr 19 2020 11:44:43

%S 1,2,4,6,10,12,16,18,22,24,28,30,34,36,40,42,46,48,52,54,58,60,64,66,

%T 70,72,76,78,82,84,88,90,94,96,100,102,106,108,112,114,118,120,124,

%U 126,130,132,136,138,142,144,148,150,154,156,160,162,166,168,172,174

%N Conjecturally, possible differences between prime(k)^2 and the next prime for some k.

%C Are there any missing terms? The first 10^7 primes were examined. All these differences occur for some k < 10^5. Note that the first differences of these terms is 1, 2, or 4.

%C The similarity to A047233 is understood by a comment in A091666. - _R. J. Mathar_, Oct 28 2013

%t t = Table[p2 = Prime[k]^2; NextPrime[p2] - p2, {k, 100000}]; Take[Union[t], 60]

%t NextPrime[#]-#&/@(Prime[Range[100000]]^2)//Union (* _Harvey P. Dale_, Apr 19 2020 *)

%Y Cf. A000040 (primes), A001248 (primes squared).

%Y Cf. A004277 (conjecturally, possible gaps between adjacent primes).

%Y Cf. A091666 (prime greater than prime(n)^2).

%Y Cf. A229488 (possible differences between prime(k)^2 and the previous prime).

%K nonn

%O 1,2

%A _T. D. Noe_, Oct 21 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 5 06:40 EDT 2024. Contains 372257 sequences. (Running on oeis4.)