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

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).

A379348 Number of positive integers of the form k^2 - 2 whose greatest prime factor is A038873(n), the n-th prime not congruent to 3 or 5 mod 8.

Original entry on oeis.org

1, 3, 4, 6, 5, 8, 10, 10, 10, 14, 20, 22, 30, 30, 37, 42, 43, 48, 49, 64, 80
Offset: 1

Views

Author

Andrew Howroyd, Dec 22 2024

Keywords

Comments

See A242488 for additional information.

Examples

			Table showing n, p = A038873(n) and a(n):
   1    2    1
   2    7    3
   3   17    4
   4   23    6
   5   31    5
   6   41    8
   7   47   10
   8   71   10
   9   73   10
  10   79   14
  ...
		

Crossrefs

Row lengths of A242488.
Showing 1-2 of 2 results.