login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029688 n-th digit after decimal point of 8th root of n. 1
0, 9, 7, 2, 4, 3, 1, 5, 2, 1, 1, 1, 6, 5, 4, 0, 7, 4, 0, 8, 3, 1, 2, 7, 9, 1, 4, 5, 8, 1, 4, 3, 0, 5, 4, 9, 5, 9, 1, 5, 4, 7, 5, 7, 6, 1, 3, 0, 4, 1, 9, 4, 5, 7, 1, 9, 5, 6, 3, 4, 3, 0, 4, 9, 6, 4, 7, 8, 3, 5, 3, 7, 1, 1, 4, 3, 0, 9, 6, 7, 7, 0, 9, 4, 1, 3, 8, 3, 8, 0, 3, 6, 1, 1, 4, 1, 4, 1, 2, 0, 3, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Array[ Function[ n, RealDigits[ N[ Power[ n, 1/8 ], n+6 ] ]// (#[ [ 1, #[ [ 2 ] ]+n ] ])& ], 110 ]
nd8[n_]:=Module[{c=RealDigits[Surd[n, 8], 10, 20+n]}, c[[1, c[[2]]+n]]]; Array[ nd8, 120] (* Harvey P. Dale, Jul 23 2016 *)
CROSSREFS
Sequence in context: A267316 A346907 A021511 * A155792 A354296 A247226
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 10:59 EDT 2024. Contains 371277 sequences. (Running on oeis4.)