login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A270775 a(n) is the number of invertible 2 X 2 upper triangular matrices over Z_p where p = prime(n). 1
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) divides A244509(n).
LINKS
Gregor Olsavsky, Groups formed from 2 X 2 matrices over Z_p, Mathematics Magazine, Vol. 63, No. 4 (Oct., 1990), pp. 269-272.
FORMULA
a(n) = p*(p-1)^2 where p = prime(n).
EXAMPLE
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.
PROG
(Sage) [nth_prime(p)*(nth_prime(p)-1)^2 for p in [1..35]]
CROSSREFS
Sequence in context: A227968 A289662 A107632 * A240836 A270919 A082142
KEYWORD
nonn
AUTHOR
Tom Edgar, Mar 22 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)