cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A050267 Primes or negative values of primes in the sequence b(n) = 47*n^2 - 1701*n + 10181, n >= 0.

Original entry on oeis.org

10181, 8527, 6967, 5501, 4129, 2851, 1667, 577, -419, -1321, -2129, -2843, -3463, -3989, -4421, -4759, -5003, -5153, -5209, -5171, -5039, -4813, -4493, -4079, -3571, -2969, -2273, -1483, -599, 379, 1451, 2617, 3877, 5231, 6679, 8221, 9857, 11587, 13411, 15329, 17341, 19447, 21647, 31387
Offset: 1

Views

Author

Keywords

Comments

Terms are listed in the order of their appearance in sequence b.
This is a transformed version of the polynomial P(x) = 47*x^2 + 9*x - 5209 whose absolute value gives 43 distinct primes for -24 <= x <= 18, found by G. W. Fung in 1988. - Hugo Pfoertner, Dec 13 2019

References

  • R. K. Guy, Unsolved Problems in Number Theory, 3rd ed., Springer, 2004 (ISBN 0-387-20860-7); see Section A17, p. 59.
  • Paulo Ribenboim, The Little Book of Bigger Primes, Second Edition, Springer-Verlag New York, 2004. See p. 147.

Crossrefs

Programs

Extensions

Edited by N. J. A. Sloane, May 10 2007
Further edited by Klaus Brockhaus, Mar 20 2010
More terms (to distinguish from quadratic) from Charles R Greathouse IV, Jun 18 2017

A331940 Addends k > 0 such that the polynomial x^2 + x + k produces a record of its Hardy-Littlewood Constant.

Original entry on oeis.org

1, 11, 17, 41, 21377, 27941, 41537, 55661, 115721, 239621, 247757
Offset: 1

Views

Author

Hugo Pfoertner, Feb 02 2020

Keywords

Comments

The Hardy and Littlewood Conjecture F provides an estimate of the number of primes generated by a quadratic polynomial P(x) for 0 <= x <= m in the form C * Integral_{x=2..m} 1/log(x) dx, with C given by an Euler product that is a function of the fundamental discriminant of the polynomial. Cohen describes an efficient method for the computation of C.
The following table provides the record values of C, together with the number of primes np generated by the polynomial x^2 + x + a(n) for x <= 10^8 and the actual ratio 2*np/Integral_{x=2..10^8} 1/log(x) dx.
a(n) C np C from ratio
1 2.24147 6456835 2.24110
11 3.25944 9389795 3.25910
17 4.17466 12027453 4.17460
41 6.63955 19132653 6.64073
21377 6.92868 19962992 6.92894
27941 7.26400 20931145 7.26497
41537 7.32220 21092134 7.32085
55661 7.45791 21483365 7.45664
115721 7.70935 22210771 7.70912
239621 7.72932 22268336 7.72909
247757 8.24741 23762118 8.24757
Jacobson and Williams found significantly larger values of C for very large addends k, e.g. C = 2*5.36708 = 10.73416 for k = 3399714628553118047.

References

  • Keith Conrad, Hardy-Littlewood Constants. In: Mathematical Properties of Sequences and Other Combinatorial Structures, eds. Jong-Seon No, Hong-Yeop Song, Tor Helleseth, P. Vijay Kumar, Springer New York, 2003, pages 133-154.

Crossrefs

Cf. A221712, A221713 (Constants C including factor 1/2).

Programs

  • PARI
    \\ The function HardyLittlewood2 is provided at the Belabas, Cohen link.
    hl2max=0; for(add=0,100,my(hl=HardyLittlewood2(n^2+n+add)); if(hl>hl2max,print1(add,", "); hl2max=hl))

A128878 Primes of the form 47*n^2 - 1701*n + 10181.

Original entry on oeis.org

10181, 8527, 6967, 5501, 4129, 2851, 1667, 577, 379, 1451, 2617, 3877, 5231, 6679, 8221, 9857, 11587, 13411, 15329, 17341, 19447, 21647, 31387, 34057, 36821, 39679, 45677, 48817, 52051, 65927, 81307, 89561, 102647, 107197, 116579, 126337, 131357
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Apr 17 2007

Keywords

Comments

Primes are given in the order in which they arise for increasing n.
Polynomial generates 22 primes for 0 <= n <= 42, i.e., for n = 0, 1, 2, 3, 4, 5, 6, 7, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42.
If the definition is replaced by "Numbers n of the form 47*k^2 - 1701*k + 10181 such that either n or -n is a prime" we get (essentially) A050267.

Examples

			47k^2 - 1701k + 10181 = 21647 for k = 42.
		

References

  • R. K. Guy, Unsolved Problems in Number Theory, 3rd edition, Springer, 2004, ISBN 0-387-20860-7, Section A17, page 59.

Crossrefs

Programs

  • Mathematica
    Select[Table[47*n^2 - 1701*n + 10181, {n, 0, 100}], # > 0 && PrimeQ[#] &] (* T. D. Noe, Aug 02 2011 *)

Extensions

Edited by Klaus Brockhaus, Apr 22 2007 and by N. J. A. Sloane, May 05 2007 and May 06 2007

A253239 Numbers k such that k^2 + k + 72491 is prime.

Original entry on oeis.org

1, 2, 3, 6, 7, 11, 12, 13, 14, 16, 17, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 53, 55, 56, 57, 58, 59, 64, 65, 66, 67, 72, 73, 74, 75, 77, 78, 81, 84, 85, 86, 87, 90, 91, 92, 93, 94, 95, 98, 100
Offset: 1

Views

Author

Eric Chen, Apr 19 2015

Keywords

Comments

Of the first 10000 natural numbers, 4534 are in this sequence, making the density about 45%, quite large! (However, 72491 is not prime; it equals 71*1021, so no multiples of 71 or 1021 are in this sequence.)

Examples

			k       k^2 + k + 72491
0       72491 = 71*1021
1       72493 (prime)
2       72497 (prime)
3       72503 (prime)
4       72511 = 59*1229
5       72521 = 47*1543
6       72533 (prime)
7       72547 (prime)
8       72563 = 149*487
9       72581 = 181*401
etc.
		

Crossrefs

Programs

  • Magma
    [n: n in [0..100] | IsPrime(n^2 + n + 72491)]; // Vincenzo Librandi, Apr 20 2015
  • Maple
    select(t -> isprime(t^2+t+72491), [$0..100]);
  • Mathematica
    Select[Range[100], PrimeQ[#^2 + # + 72491] &]
  • PARI
    v=[ ]; for(n=0, 100, if(isprime(n^2+n+72491), v=concat(v, n), )); v
    
Showing 1-4 of 4 results.