login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A028671
Pseudo Galois numbers for d=9; order of group AGL(n,3^2).
1
1, 72, 466560, 247608990720, 10657130578027315200, 37158487365982254056334950400, 10494634615565778355427184150449750016000
OFFSET
0,2
LINKS
FORMULA
a(n) = d^n * product (d^n - d^k, k=0..n-1).
MATHEMATICA
FoldList[ #1*9^#2 (9^#2-1)&, 1, Range[ 20 ] ]
CROSSREFS
Sequence in context: A008703 A135320 A135427 * A261815 A159440 A308586
KEYWORD
nonn
STATUS
approved