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.

A339176 Square array read by rising antidiagonals. T(n, k) is the k-th root of the number of root sets modulo p the n-th prime.

Original entry on oeis.org

2, 2, 4, 2, 5, 8, 2, 7, 17, 20, 2, 9, 42, 71, 56, 2, 13, 79, 427, 449, 184, 2, 15, 189, 1486, 8707, 4040, 632, 2, 19, 262, 8340, 66740, 336957, 51353, 2752
Offset: 1

Views

Author

Michel Marcus, Nov 26 2020

Keywords

Examples

			The array begins:
    k | 1 2  3    4 ...
  ---------------------
  p=2 | 2 4  8   20 ...
  p=3 | 2 5 17   71 ...
  p=5 | 2 7 42  427 ...
  p=7 | 2 9 79 1486 ...
  ...
		

Crossrefs

Cf. A007395 (column 1), A052147 (column 2).

Formula

T(n,1) = 2; T(n,2) = prime(n)+2.
T(n,3) = (3*p^2+p+4)/2 and T(n,4) = (3*p^4+4*p^3+6*p^2+5*p+12)/6, both where p>2 is the n-th prime. See Gulati et al.