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”).

A028672
Pseudo Galois numbers for d=10.
1
1, 90, 891000, 890109000000, 89001998910000000000, 890011088900109000000000000000, 890010198889020099891000000000000000000000
OFFSET
0,2
LINKS
FORMULA
a(n) = d^n * product(d^n - d^k, k=0..n-1).
MATHEMATICA
FoldList[ #1*10^#2 (10^#2-1)&, 1, Range[ 20 ] ]
CROSSREFS
Sequence in context: A066784 A135321 A135428 * A172650 A353038 A252093
KEYWORD
nonn
STATUS
approved