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.

A379350 Triangle read by rows in which row n lists numbers k such that the greatest prime factor of k^2 + 2 is A033203(n), the n-th prime not congruent to 5 or 7 mod 8.

Original entry on oeis.org

0, 1, 2, 4, 5, 22, 3, 8, 14, 19, 140, 7, 10, 24, 41, 58, 265, 707, 6, 13, 25, 32, 44, 63, 146, 184, 602, 3407, 21362, 11, 30, 52, 71, 112, 194, 298, 481, 503, 2695, 3433, 4991, 16, 27, 59, 70, 102, 113, 317, 500, 586, 1048, 2951, 3424, 4972, 8240, 12658, 83834, 686210, 1306066
Offset: 1

Views

Author

Andrew Howroyd, Dec 22 2024

Keywords

Comments

For any prime p, there are finitely many x such that x^2 + 2 has p as its greatest prime factor.

Examples

			Irregular triangle begins:
   p | {k}
-----+------------------
   2 | {0}
   3 | {1, 2, 4, 5, 22}
  11 | {3, 8, 14, 19, 140}
  17 | {7, 10, 24, 41, 58, 265, 707}
  19 | {6, 13, 25, 32, 44, 63, 146, 184, 602, 3407, 21362}
  41 | {11, 30, 52, 71, 112, 194, 298, 481, 503, 2695, 3433, 4991}
  ...
		

Crossrefs

Cf. A033203, A379351, A379352 (first terms), A185397 (last terms), A379349 (row lengths).