A021260 Decimal expansion of 1/256.
0, 0, 3, 9, 0, 6, 2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Examples
1/256 = 0.00390625.
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
Join[{0, 0}, RealDigits[1/256, 10][[1]]] (* Alonso del Arte, Apr 16 2018 *)
-
PARI
1/256. \\ Altug Alkan, Apr 16 2018
Formula
Equals Integral{x >= 0} (x^5/sinh(2*Pi*x)) dx. - Jean-François Alcover, Mar 20 2013