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.

A330541 Triangle read by rows: T(n,k) = gcd {x^n - x^k : x is an integer}, 0 < k < n.

Original entry on oeis.org

2, 6, 2, 2, 12, 2, 30, 2, 24, 2, 2, 60, 2, 24, 2, 42, 2, 120, 2, 24, 2, 2, 252, 2, 240, 2, 24, 2, 30, 2, 504, 2, 240, 2, 24, 2, 2, 60, 2, 504, 2, 240, 2, 24, 2, 66, 2, 120, 2, 504, 2, 240, 2, 24, 2, 2, 132, 2, 240, 2, 504, 2, 240, 2, 24, 2
Offset: 2

Views

Author

Peter Kagey, Dec 17 2019

Keywords

Comments

All diagonals are weakly increasing, T(n,k) divides T(n+1,k+1), and the m-th diagonal converges to A079612(m).
First column is A027760.
First value where T(n,k) < gcd(2^n - 2^k, 3^n - 3^k) is T(12,1) = 2 < 46.
Maximum value in the n-th row is given by A330542(n).

Examples

			Table begins:
  n\k|  1    2    3    4    5    6    7    8   9  10 11
  ---+-------------------------------------------------
   2 |  2;
   3 |  6,   2;
   4 |  2,  12,   2;
   5 | 30,   2,  24,   2;
   6 |  2,  60,   2,  24,   2;
   7 | 42,   2, 120,   2,  24,   2;
   8 |  2, 252,   2, 240,   2,  24,   2;
   9 | 30,   2, 504,   2, 240,   2,  24,   2;
  10 |  2,  60,   2, 504,   2, 240,   2,  24,  2;
  11 | 66,   2, 120,   2, 504,   2, 240,   2, 24,  2;
  12 |  2, 132,   2, 240,   2, 504,   2, 240,  2, 24, 2.
		

Crossrefs