cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A011094 Decimal expansion of 5th root of 9.

This page as a plain text file.
%I A011094 #15 Dec 17 2024 09:50:11
%S A011094 1,5,5,1,8,4,5,5,7,3,9,1,5,3,5,9,6,7,4,2,7,3,3,4,5,1,3,5,5,1,6,6,9,9,
%T A011094 3,2,3,2,6,2,3,4,6,2,9,3,8,0,9,6,6,7,8,3,7,7,3,6,3,4,0,4,9,9,7,8,2,9,
%U A011094 0,6,3,5,7,1,7,0,7,0,8,0,7,2,4,8,2,2,6,6,8,7,3,0,9,3,2,5,9,8,4
%N A011094 Decimal expansion of 5th root of 9.
%H A011094 Ivan Panchenko, <a href="/A011094/b011094.txt">Table of n, a(n) for n = 1..1000</a>
%F A011094 Equals A005532 ^2. - _R. J. Mathar_, Dec 17 2024
%t A011094 RealDigits[Surd[9,5],10,120][[1]] (* _Harvey P. Dale_, Jan 27 2014 *)
%o A011094 (PARI) sqrtn(9,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%K A011094 nonn,cons
%O A011094 1,2
%A A011094 _N. J. A. Sloane_