OFFSET
0,1
COMMENTS
The sequence is finite because the ratios are no longer integer after a(30).
All entries are multiples of 12.
a(n) mod 9 is one of {0,3,6}.
MATHEMATICA
dd = Denominator[ CoefficientList[ Normal[ Series[ E^x*x^(x-1/2)*x! / Sqrt[2*Pi], {x, Infinity, 31}]] /. x -> 1/x, x]]; Rest[ dd / RotateRight[dd] ] (* Jean-François Alcover, Aug 03 2012 *)
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Paul Curtz, Jan 06 2009
EXTENSIONS
Edited and extended by R. J. Mathar, Sep 07 2009
STATUS
approved