login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Four-columned array read by rows: each row gives a series of 4 consecutive primes that share a 2nd-degree polynomial relationship and produce a positive-only integer series from the derived quadratic.
1

%I #3 Mar 31 2012 10:32:52

%S 17,19,23,29,41,43,47,53,79,83,89,97,227,229,233,239,347,349,353,359,

%T 349,353,359,367,379,383,389,397,439,443,449,457,569,571,577,587,641,

%U 643,647,653,673,677,683,691,677,683,691,701,1031,1033,1039,1049

%N Four-columned array read by rows: each row gives a series of 4 consecutive primes that share a 2nd-degree polynomial relationship and produce a positive-only integer series from the derived quadratic.

%C These "proximate-prime polynomials" exhibit high prime densities. Of the 333 under 100000, 46 have greater than 50% prime values for the first 1000 terms. 2221 positive-only PPPs have been found under 1000000. All positive-integer PPPs have complex roots (only negative-integer PPPs, which are excluded) have real roots. The roots mostly have a real part of 1/2 or a multiple of 1/2.

%D Purple Math: Finding the Next Number in a Sequence: The Method of Common Differences http://www.purplemath.com/modules/nextnumb.htm

%D Robert Sacks, Method of Common Differences http://www.numberspiral.com/p/common_diff.html

%H Michael M. Ross <a href="http://www.naturalnumbers.org/ppanalysis.html">The High Primality of Prime-Derived Quadratic Sequences (2007)</a>

%H Michael M. Ross <a href="http://www.naturalnumbers.org/QTest-NTK.html">How to Use Qtest (2007)</a>

%F Method of common differences: if (P2 - P1) - (P3 - P2) = (P3 - P2) - (P4 - P3) then polynomial is degree 2.

%e For 17, 19, 23, 29 the method of common differences produces coefficients of 1, -1 and 17 for a polynomial expression of n^2 - n + 17.

%Y Cf. A126665, A126719.

%K nonn,uned,tabf

%O 1,1

%A _Michael M. Ross_, Jul 24 2008