A021400 Decimal expansion of 1/396.
0, 0, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2, 5, 2
Offset: 0
Examples
0.0025252525252525252525252525252525252525252525252525...
Links
- Index entries for linear recurrences with constant coefficients, signature (0,1).
Crossrefs
A010695 shifted right.
Programs
-
Mathematica
First[RealDigits[1/396, 10, 100, -1]] (* or *) PadRight[{0, 0}, 100, {2, 5}] (* Paolo Xausa, Aug 13 2025 *)