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.

A223702 Irregular triangle of numbers k such that A002313(n), the n-th prime not congruent to 3 mod 4 is the largest prime factor of k^2 + 1.

Original entry on oeis.org

1, 2, 3, 7, 5, 8, 18, 57, 239, 4, 13, 21, 38, 47, 268, 12, 17, 41, 70, 99, 157, 307, 6, 31, 43, 68, 117, 191, 302, 327, 882, 18543, 9, 32, 73, 132, 278, 378, 829, 993, 2943, 23, 30, 83, 182, 242, 401, 447, 606, 931, 1143, 1772, 6118, 34208, 44179, 85353, 485298
Offset: 1

Views

Author

T. D. Noe, Apr 03 2013

Keywords

Comments

Note that primes of the form 4x+3 are not divisors.

Examples

			Irregular triangle:
   p | {k}
-----+---------------------------------
   2 | {1},
   5 | {2, 3, 7},
  13 | {5, 8, 18, 57, 239},
  17 | {4, 13, 21, 38, 47, 268},
  29 | {12, 17, 41, 70, 99, 157, 307},
  37 | {6, 31, 43, 68, 117, 191, 302, 327, 882, 18543},
  41 | {9, 32, 73, 132, 278, 378, 829, 993, 2943}
  ...
		

Crossrefs

Cf. A002313, A014442, A177979 (first terms), A185389 (last terms), A223705, A285283, A379346 (row lengths), A379347 (row sums).
Cf. A223701, A223703, A223704 (related tables).

Programs

  • Mathematica
    t = Table[FactorInteger[n^2 + 1][[-1,1]], {n, 10^5}]; Table[Flatten[Position[t, Prime[n]]], {n, 13}]

Extensions

Definition amended by Andrew Howroyd, Dec 22 2024

A285283 Number of integers x such that the greatest prime factor of x^2 + 1 is at most A002313(n), the n-th prime not congruent to 3 mod 4.

Original entry on oeis.org

1, 4, 9, 15, 22, 32, 41, 57, 74, 94, 120, 156, 192, 232, 278, 325, 381, 448, 521, 607, 704, 811
Offset: 1

Views

Author

Tomohiro Yamada, Apr 16 2017

Keywords

Comments

In other words, x^2 + 1 is A002313(n)-smooth.
Størmer shows that the number of such integers is finite for any n.
a(n) <= 3^n - 2^n follows from Størmer's argument.
a(n) <= (2^n-1)*(A002313(n)+1)/2 is implicit in Lehmer 1964.
Luca 2004 determines all integers x such that x^2 + 1 is 100-smooth, which is pushed to 200 by Najman 2010.

Crossrefs

Equivalents for x(x+1): A145604.
Cf. A002313, A014442, A185389, A223702, A285282, A379346 (first differences).

Extensions

a(13)-a(22) added by Andrew Howroyd, Dec 22 2024

A379349 Number of integers of the form k^2 + 2 whose greatest prime factor is A033203(n), the n-th prime not congruent to 5 or 7 mod 8.

Original entry on oeis.org

1, 5, 5, 7, 11, 12, 18, 18, 21, 25, 30, 47, 39, 45, 62, 63, 83, 81, 107, 105, 130
Offset: 1

Views

Author

Andrew Howroyd, Dec 22 2024

Keywords

Comments

See A379350 for additional information.

Examples

			Table showing n, p = A033203(n) and a(n):
   1    2    1
   2    3    5
   3   11    5
   4   17    7
   5   19   11
   6   41   12
   7   43   18
   8   59   18
   9   67   21
  10   73   25
  ...
		

Crossrefs

Row lengths of A379350.
Showing 1-3 of 3 results.