OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 1).
FORMULA
Equals (1/10)*Integral_{x=0..1} x^2*log(1/x)^3 dx. - Stefano Spezia, Apr 28 2026
EXAMPLE
0.0074074074074074074074074074...
MATHEMATICA
PadLeft[First@ #, Abs@ Last@ # + Length@ First@ #] &@ RealDigits[N[1/135, 120]] (* Bruno Berselli, Jun 21 2016 *)
(* Alternative: *)
Join[{0, 0}, RealDigits[1/135, 10, 120][[1]]] (* or *) PadRight[{0}, 120, {4, 0, 7}] (* Harvey P. Dale, Jun 16 2023 *)
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved
