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!)
A011273 Decimal expansion of 19th root of 9. 2

%I #13 Mar 07 2022 21:47:11

%S 1,1,2,2,5,9,5,4,8,1,8,5,9,7,7,5,7,3,5,7,5,2,2,3,5,0,9,6,4,3,7,9,8,1,

%T 2,5,9,5,7,3,9,6,8,5,4,5,4,1,0,7,3,8,0,6,4,4,7,3,2,5,2,8,0,0,3,5,6,7,

%U 8,5,7,3,9,3,4,5,3,1,6,1,9,3,1,7,6,0,5,1,2,2,3,8,4,1,9,2,3,2,5

%N Decimal expansion of 19th root of 9.

%H Ivan Panchenko, <a href="/A011273/b011273.txt">Table of n, a(n) for n = 1..1000</a>

%o (Python)

%o from sympy import integer_nthroot

%o def A011273(n): return integer_nthroot(9*10**(19*(n-1)),19)[0] % 10 # _Chai Wah Wu_, Mar 07 2022

%K nonn,cons

%O 1,3

%A _N. J. A. Sloane_.

%E Last digit corrected by _Ivan Panchenko_, Sep 04 2014

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 April 20 09:30 EDT 2024. Contains 371799 sequences. (Running on oeis4.)