OFFSET
1,1
COMMENTS
Computed using suggestions from David W. Wilson posted to Sequence Fans mailing list (seqfan(AT)ext.jussieu.fr), May 30 2002
REFERENCES
I. Cojocaru, S. Cojocaru, First Constant of Smarandache, Smarandache Notions Journal, Vol. 7, No. 1-2-3, 1996, 116-118.
LINKS
Eric Weisstein's World of Mathematics, Smarandache Constants
EXAMPLE
2.09317...
MATHEMATICA
f[n_] := DivisorSigma[0, n! ]; s = 1; Do[s = N[s + (f[n + 1] - f[n])/(n + 1)!, 100], {n, 1, 10^4}]; RealDigits[s][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Charles T. Le (charlestle(AT)yahoo.com)
EXTENSIONS
Edited by Robert G. Wilson v and Don Reble, May 30 2002
STATUS
approved