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-3 of 3 results.

A302826 a(n) is number of primes of form k^2 + n - k for 0 < k < n.

Original entry on oeis.org

1, 2, 0, 4, 0, 4, 0, 2, 0, 10, 0, 4, 0, 3, 0, 16, 0, 6, 0, 5, 0, 10, 0, 10, 0, 5, 0, 13, 0, 14, 0, 3, 0, 10, 0, 16, 0, 7, 0, 40, 0, 8, 0, 6, 0, 26, 0, 12, 0, 9, 0, 19, 0, 14, 0, 9, 0, 34, 0, 21, 0, 5, 0, 19, 0, 36, 0, 13, 0, 28, 0, 18, 0, 7, 0, 31, 0, 18, 0, 19, 0, 34, 0, 15
Offset: 2

Views

Author

Seiichi Manyama, Apr 14 2018

Keywords

Examples

			Primes of form k^2 + n - k for 0 < k < n:
  n\k|  1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16  |a(n)
  ---+------------------------------------------------------------------------+----
    2|  2;                                                                    |  1
    3|  3,  5;                                                                |  2
    4|                                                                        |  0
    5|  5,  7, 11, 17;                                                        |  4
    6|                                                                        |  0
    7|  7,   , 13, 19,   , 37;                                                |  4
    8|                                                                        |  0
    9|   , 11,   ,   , 29,   ,   ,   ;                                        |  2
   10|                                                                        |  0
   11| 11, 13, 17, 23, 31, 41, 53, 67, 83, 101;                               | 10
   12|                                                                        |  0
   13| 13,   , 19,   ,   , 43,   ,   ,   , 103,    ,    ;                     |  4
   14|                                                                        |  0
   15|   , 17,   ,   ,   ,   ,   , 71,   ,    ,    ,    ,    , 197;           |  3
   16|                                                                        |  0
   17| 17, 19, 23, 29, 37, 47, 59, 73, 89, 107, 127, 149, 173, 199, 227, 257; | 16
		

Crossrefs

A356751 Positive integers m such that x^2 - x + m contains more than m/2 prime numbers for x = 1, 2, ..., m.

Original entry on oeis.org

3, 5, 7, 11, 17, 41, 47, 59, 67, 101, 107, 161, 221, 227, 347, 377
Offset: 1

Views

Author

Marco Ripà, Aug 25 2022

Keywords

Comments

This sequence is related to A188424, since we are considering only the addends m := 2n - 1 of k^2 + k + 2n - 1 such that A188424(n)/(2n - 1) > 1/2.
Furthermore, it is conjectured that the present sequence consists of only 16 terms (it has been checked by brute force that there are only 16 terms which are smaller than 20000) and that they are all prime or semiprime (e.g., a(12) = 161, a(13) = 221, and a(16) = 377 are semiprime). Lastly, we trivially point out that all terms must be odd, since if m is even, then x^2 - x + m is also even (and x^2 - x + 2 has only one prime for x <= 2).
For an explanation of the abundance of primes of the form x^2 - x + m, for some given m, see Goudsmit's paper in Links.
Stronger conjecture: for every real number e > 0 and every integer m > 0, there are finitely many integer polynomials P(x) = Ax^2 + Bx + C with at least e*m primes in P(1), ..., P(m) and max(|A|, |B|, |C|) <= m. - Charles R Greathouse IV, Sep 11 2022
Altering the bounds for x in the definition to 0 <= x <= m-1 (and counting the same prime twice for x=0 and x=1 if m is prime) would result in an additional term 2. Conjecturally, there would be no more additional terms. - Pontus von Brömssen, Jun 20 2024

Examples

			7 is a term since x^2 - x + 7 is prime for x = 1, 3, 4, and 6, which is 4 values of x, and 4 > 7/2.
		

Crossrefs

Cf. A014556 (Euler's "Lucky" numbers).

Programs

A356756 Positive integers m such that x^2 + x + m contains at least m/2 prime numbers for x = 1, 2, ..., m.

Original entry on oeis.org

1, 5, 11, 17, 41, 47, 59, 67, 101, 107, 161, 221, 227, 347, 377
Offset: 1

Views

Author

Marco Ripà, Aug 26 2022

Keywords

Comments

This sequence is related to A188424, since we are considering only the addends m := 2n - 1 of k^2 + k + 2n - 1 such that A188424(n)/(2n - 1) > 1/2.
It is not a subsequence of A356751, nor vice versa, since 1 is a peculiar term, whereas 3 and 7 do not belong to the present sequence, even if they are terms of A356751.
Furthermore, it is conjectured that the present sequence consists of only 15 terms (it has been checked by brute force that there are only 15 terms which are smaller than 20000). Lastly, we trivially point out that all terms must be odd, since if m is even, then x^2 + x + m is also even.
We trivially note that all the terms are odd (since x^2 + x + 2 is not prime for x = 1, nor for x = 2) and a(n - 1) = A356751(n) holds for every n > 3.
For an explanation of the abundance of primes of the form x^2 + x + m, for some given m, see Goudsmit's paper in Links.

Examples

			17 is a term since x^2 + x + 17 is prime for x = 1, 2, 3, ..., 15, which is 15 values of x, and 15 >= 17/2.
		

Crossrefs

Programs

Showing 1-3 of 3 results.