OFFSET
1,3
COMMENTS
Computed using suggestions from David W. Wilson posted to Sequence Fans mailing list (seqfan(AT)ext.jussieu.fr), May 30 2002
By the time n = 100 in the Mathematica coding below, each term < 10^-143.
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
FORMULA
Sum (1/S(n)!), where S(n) is the Kempner function A002034 and n >= 2.
EXAMPLE
1.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