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

A270775 a(n) is the number of invertible 2 X 2 upper triangular matrices over Z_p where p = prime(n).

Original entry on oeis.org

2, 12, 80, 252, 1100, 1872, 4352, 6156, 11132, 22736, 27900, 47952, 65600, 75852, 99452, 143312, 198476, 219600, 291852, 347900, 378432, 480636, 558092, 689216, 893952, 1010000, 1071612, 1202252, 1271376, 1417472, 2016252, 2213900, 2533952, 2647116, 3263696
Offset: 1

Views

Author

Tom Edgar, Mar 22 2016

Keywords

Comments

a(n) divides A244509(n).

Examples

			Over Z_2, there are only two invertible upper triangular 2 X 2 matrices: [[1,0],[0,1]] and [[1,1],[0,1]] so a(1) = 2.
		

Crossrefs

Programs

  • Sage
    [nth_prime(p)*(nth_prime(p)-1)^2 for p in [1..35]]

Formula

a(n) = p*(p-1)^2 where p = prime(n).
Sum 1/a(n) = A382552. - R. J. Mathar, Mar 31 2025
Showing 1-1 of 1 results.