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”).

A029684
n-th digit after decimal point of 4th root of n.
1
0, 8, 6, 2, 4, 4, 5, 3, 7, 0, 3, 4, 9, 6, 0, 0, 1, 5, 3, 7, 6, 0, 6, 0, 6, 0, 1, 6, 3, 6, 5, 5, 9, 7, 9, 1, 1, 7, 9, 9, 8, 0, 2, 5, 5, 9, 6, 1, 4, 5, 1, 9, 1, 7, 9, 2, 2, 6, 3, 4, 5, 5, 0, 9, 8, 2, 0, 6, 8, 2, 0, 1, 3, 3, 9, 5, 7, 2, 6, 2, 0, 9, 7, 0, 0, 4, 3, 5, 5, 2, 8, 8, 0, 3, 3, 7, 5, 2, 8, 1, 1, 4
OFFSET
1,2
LINKS
MAPLE
seq(floor(n^(1/4)*10^n) mod 10, n=1..200); # Robert Israel, Jun 14 2018
MATHEMATICA
Array[ Function[ n, RealDigits[ N[ Power[ n, 1/4 ], n+6 ]]// (#[[ 1, #[[ 2 ]]+n ]])& ], 110 ]
CROSSREFS
Sequence in context: A033952 A365254 A021847 * A200626 A360166 A197732
KEYWORD
nonn,base
STATUS
approved