OFFSET
1,1
COMMENTS
A396552 is the total variation norm of the interpolation weights l_k(0) associated with the factorial nodes 1!, 2!, 3!, ... . Equivalently, it is the operator norm of the evaluation functional at x=0 on bounded data prescribed at those nodes.
FORMULA
Equals lim_{l->oo} Sum_{k=1..l} abs(Product_{j=1..l,j<>k} -j!/(k!-j!)), from the general form: L_n(x) = Sum_{k=1..n} abs(Product_{j=1..n,j<>k} (x-j!)/(k!-j!)), with x=0. Also lim_{l->oo} Sum_{k=1..l} (Product_{j<k} j!/(k!-j!))*(Product_{j>k} j!/(j!-k!)).
Consider the function F(x) = Product_{k>=1} (1-x/k!), then this constant equals Sum_{k>=1} (-1)^k/(k!*F'(k!)), where F'(x) is the derivative of F(x).
EXAMPLE
4.34240491858195151578... .
PROG
(PARI) prec = 200; default(realprecision, prec); sum(k=1, prec, abs(prod(j=1, prec, if(j==k, 1, -j!/(k!-j!)))))*1.
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Thomas Scheuerle, May 29 2026
STATUS
approved
