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!)
A353211 a(n) is the number of diagonalizable 2 X 2 matrices over GF(prime(n)). 1
8, 39, 305, 1183, 7271, 14209, 41633, 64999, 139679, 353249, 461311, 936433, 1412081, 1708519, 2438783, 3943889, 6056999, 6921121, 10073383, 12703391, 14196529, 19471999, 23725799, 31367249, 44260033, 52025201, 56270239, 65534183, 70573249, 81517409, 130064383, 147241511, 176128433, 186640999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (prime(n)^4 - prime(n)^2 + 2*prime(n))/2 = A101374(prime(n)).
EXAMPLE
a(2) = 8 because there are 8 diagonalizable 2 X 2 matrices over GF(2). They are:
1. [[0,0],[0,0]].
2. [[0,0],[0,1]].
3. [[1,0],[0,0]].
4. [[1,0],[0,1]].
5. [[1,0],[1,0]].
6. [[0,0],[1,1]].
7. [[0,1],[0,1]].
8. [[1,1],[0,0]].
PROG
(PARI) a(n) = my(p=prime(n)); (p^4 - p^2 + 2*p)/2; \\ Michel Marcus, May 01 2022
CROSSREFS
Subsequence of A101374.
Sequence in context: A144414 A045909 A264091 * A319362 A154425 A120931
KEYWORD
nonn
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)