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.

A223701 Irregular triangle of numbers k such that prime(n) is the largest prime factor of k^2 - 1.

Original entry on oeis.org

3, 2, 5, 7, 17, 4, 9, 11, 19, 26, 31, 49, 161, 6, 8, 13, 15, 29, 41, 55, 71, 97, 99, 127, 244, 251, 449, 4801, 8749, 10, 21, 23, 34, 43, 65, 76, 89, 109, 111, 197, 199, 241, 351, 485, 769, 881, 1079, 6049, 19601, 12, 14, 25, 27, 51, 53, 64, 79, 129, 131, 155
Offset: 1

Views

Author

T. D. Noe, Apr 03 2013

Keywords

Comments

Note that the first number of each row forms the sequence 3, 2, 4, 6, 10, 12,..., which is A039915. The first 25 rows, except the first, are in A181447-A181470.

Examples

			Irregular triangle:
  {3},
  {2, 5, 7, 17},
  {4, 9, 11, 19, 26, 31, 49, 161},
  {6, 8, 13, 15, 29, 41, 55, 71, 97, 99, 127, 244, 251, 449, 4801, 8749}
		

Crossrefs

Row 26 is A181568.
Cf. A039915 (first terms), A175607 (last terms), A181471 (row lengths), A379344 (row sums).
Cf. A223702, A223703, A223704 (related tables).

Programs

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

A379347 a(n) is the sum of all integers of the form k^2 + 1 whose greatest prime factor is A002313(n), the n-th prime not congruent to 3 mod 4.

Original entry on oeis.org

1, 12, 327, 391, 703, 20510, 5667, 661016, 507004, 644098, 24977604, 38394505, 2621510449, 465558141, 624692559, 63435958, 507041846, 8133206945, 70119049516045, 45102364892, 49035127231, 154823547391
Offset: 1

Views

Author

Andrew Howroyd, Dec 22 2024

Keywords

Comments

See A223702 for additional information.

Examples

			a(2) = 12 = 2 + 3 + 7. The corresponding values for k^2 + 1 are 5, 10 and 50 each of whose greatest prime factor is 5 = A002313(2).
		

Crossrefs

Row sums of A223702.

A379345 Number of integers of the form k^2 - 1 whose greatest prime factor is at most prime(n).

Original entry on oeis.org

1, 5, 13, 29, 49, 83, 130, 202, 297, 423, 591, 799, 1061, 1404, 1837, 2344, 2978, 3777, 4753, 5899, 7338, 9036, 11118, 13489, 16223
Offset: 1

Views

Author

Andrew Howroyd, Dec 22 2024

Keywords

Comments

See A181471 and A223701 for additional information.

Crossrefs

Partial sums of A181471.
Showing 1-3 of 3 results.