OFFSET
1,3
COMMENTS
The subsequence of primes begins: 3, 100109. As a final application of Minkowski's theorem, Stevenhagen shows that the unit group of an order R in a number field with r real and 2s complex embeddings is finitely generated of free rank r + s - 1 (Dirichlet unit theorem).
LINKS
P. Stevenhagen, Number Rings, Chapter 5, Geometry of numbers.
EXAMPLE
a(0) = floor((1^1)*Pi/(4*1!)) = floor(0.78539816339744830962) = 0.
a(10) = floor((10^10)*Pi/(4*10!)) = floor(2164.3467906675714) = 2164.
MAPLE
Digits := 200 : A174198 := proc(n) n^n*Pi/4/n! ; floor(%) ; end proc: seq(A174198(n), n=1..30) ; # R. J. Mathar, Apr 15 2010
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Mar 11 2010
EXTENSIONS
More terms from R. J. Mathar, Apr 15 2010
STATUS
approved