login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029685
n-th digit after decimal point of 5th root of n.
1
0, 4, 5, 5, 2, 9, 1, 6, 3, 4, 0, 7, 8, 3, 8, 2, 1, 5, 1, 7, 2, 7, 5, 9, 2, 6, 3, 8, 9, 8, 4, 0, 4, 4, 9, 5, 9, 5, 1, 6, 9, 2, 8, 3, 0, 4, 6, 7, 1, 9, 4, 8, 2, 2, 9, 0, 8, 8, 0, 1, 7, 0, 8, 9, 6, 0, 7, 5, 0, 5, 1, 6, 6, 6, 1, 1, 3, 4, 0, 7, 2, 6, 1, 5, 9, 3, 6, 5, 8, 8, 1, 2, 0, 1, 2, 6, 1, 7, 1, 1, 5, 4
OFFSET
1,2
LINKS
MATHEMATICA
Array[ Function[ n, RealDigits[ N[ Power[ n, 1/5 ], n+6 ] ]// (#[ [ 1, #[ [ 2 ] ]+n ] ])& ], 110 ]
Table[RealDigits[Surd[n, 5], 10, 200][[1]][[n+1]], {n, 110}] (* Harvey P. Dale, Jan 21 2023 *)
CROSSREFS
Sequence in context: A119822 A120651 A093054 * A153131 A016718 A165361
KEYWORD
nonn,base
STATUS
approved