A021247 Decimal expansion of 1/243.
0, 0, 4, 1, 1, 5, 2, 2, 6, 3, 3, 7, 4, 4, 8, 5, 5, 9, 6, 7, 0, 7, 8, 1, 8, 9, 3, 0, 0, 4, 1, 1, 5, 2, 2, 6, 3, 3, 7, 4, 4, 8, 5, 5, 9, 6, 7, 0, 7, 8, 1, 8, 9, 3, 0, 0, 4, 1, 1, 5, 2, 2, 6, 3, 3, 7, 4, 4, 8, 5, 5, 9, 6, 7, 0, 7, 8, 1, 8, 9, 3, 0, 0, 4, 1, 1, 5, 2, 2, 6, 3, 3, 7, 4, 4, 8, 5, 5, 9
Offset: 0
Examples
0.00411522633744855967078189300411522633744855967078189300411522633744855967078...
Links
- Eric Weisstein's World of Mathematics, 243.
- Index entries for linear recurrences with constant coefficients, signature (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,1).
Crossrefs
Programs
-
Maple
Digits:=100; evalf(1/243); # Wesley Ivan Hurt, May 25 2014
-
Mathematica
RealDigits[1/243, 10, 100, -1][[1]] (* Wesley Ivan Hurt, May 25 2014; corrected by Harvey P. Dale, Jan 23 2019 *) PadRight[{},120,{0,0,4,1,1,5,2,2,6,3,3,7,4,4,8,5,5,9,6,7,0,7,8,1,8,9,3}] (* Harvey P. Dale, Jan 23 2019 *)
-
PARI
A021247_upto(N=100)={localprec(N+3);digits((1/3^5+1)\.1^N)[^1]} \\ M. F. Hasler, Apr 23 2021
Formula
1/243 = 1/3^5. - M. F. Hasler, Apr 23 2021
Comments