The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A225933 Number of conjugacy classes in adjoint Chevalley group E_6(q) as q runs through the prime powers. 1
180, 1269, 5940, 20454, 140470, 304548, 605685, 1965462, 5261278, 17967252, 25736406, 49799782, 155060070, 254724622, 402876885, 616803846, 918048406, 1109465220, 2638932670, 4871761782, 6475385158, 11018543046, 14135549422, 22598655270, 42920128086 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Let q be the n-th prime power.
a(n) = q^6 + q^5 + 2q^4 + 2q^3 + 9q^2 + 9q + 22 if q == 1 (mod 6).
a(n) = q^6 + q^5 + 2q^4 + 2q^3 + 6q^2 + 4q + 4 if q == 2 (mod 6).
a(n) = q^6 + q^5 + 2q^4 + 2q^3 + 7q^2 + 5q + 3 if q == 3 (mod 6).
a(n) = q^6 + q^5 + 2q^4 + 2q^3 + 8q^2 + 8q + 20 if q == 4 (mod 6).
a(n) = q^6 + q^5 + 2q^4 + 2q^3 + 7q^2 + 5q + 4 if q == 5 (mod 6).
PROG
(Sage) def A225933(q) : return q^6 + q^5 + 2*q^4 + 2*q^3 + [9*q^2 + 9*q + 22, 6*q^2 + 4*q + 4, 7*q^2 + 5*q + 3, 8*q^2 + 8*q + 20, 7*q^2 + 5*q + 4][q%6-1]
CROSSREFS
Sequence in context: A032776 A251255 A251204 * A225932 A081380 A115184
KEYWORD
nonn
AUTHOR
Eric M. Schmidt, May 21 2013
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 May 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)