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.
%I A225930 #19 Jan 16 2025 11:29:45 %S A225930 35,126,345,786,2806,4685,7386,16110,30946,69909,88746,137566,292566, %T A225930 406906,551886,732546,954310,1082405,1926226,2896410,3500206,4985766, %U A225930 5884906,8042226,12326286,14076610,17043525,20456446,25774710,28792666,39449446,43584810,48037086 %N A225930 Number of conjugacy classes in twisted Chevalley group 3D4(q) as q runs through the prime powers. %H A225930 Paolo Xausa, <a href="/A225930/b225930.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from Eric M. Schmidt) %H A225930 Frank Luebeck, <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/chev/nrclasses/nrclasses.html">Numbers of Conjugacy Classes in Finite Groups of Lie Type</a>. %F A225930 Let q be the n-th prime power. Then, a(n) = q^4 + q^3 + q^2 + q + c, where c = 5 if q is even and c = 6 if q is odd. %t A225930 Map[(#^2 + 1)*(# + 1)*# + 5 + Mod[#, 2] &, Select[Range[100], PrimePowerQ]] (* _Paolo Xausa_, Jan 16 2025 *) %o A225930 (PARI) apply(x->(x^4 + x^3 + x^2 + x + 5 + (x%2)), select(isprimepower, [1..100])) \\ _Michel Marcus_, Jan 16 2025 %Y A225930 Cf. A000961 (without 1), A188161, A224790, A225928-A225938. %K A225930 nonn %O A225930 1,1 %A A225930 _Eric M. Schmidt_, May 21 2013