login
A261883
Decimal expansion of 1 - 2^(-1/3).
2
2, 0, 6, 2, 9, 9, 4, 7, 4, 0, 1, 5, 9, 0, 0, 2, 6, 2, 6, 2, 4, 1, 4, 7, 1, 8, 0, 3, 6, 3, 8, 4, 5, 8, 6, 9, 8, 0, 4, 2, 5, 3, 3, 3, 6, 0, 5, 0, 0, 7, 3, 4, 9, 5, 0, 9, 5, 8, 5, 7, 1, 1, 9, 0, 8, 7, 3
OFFSET
0,1
COMMENTS
Blomer shows that there are x/log^k x powerful numbers up to x, where k = 0.20629947... is this constant.
EXAMPLE
0.20629947401590026262414718036384586980425333605007349509585711908739174...
MATHEMATICA
First@RealDigits[N[1 - 2^(-1/3), 120] (* Michael De Vlieger, Sep 04 2015 *)
RealDigits[1-1/Surd[2, 3], 10, 120][[1]] (* Harvey P. Dale, Dec 05 2023 *)
PROG
(PARI) 1 - 2^(-1/3)
CROSSREFS
Sequence in context: A217572 A021833 A196072 * A294779 A049257 A054877
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved