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.

A011100 Decimal expansion of 5th root of 15.

This page as a plain text file.
%I A011100 #25 May 22 2024 09:07:16
%S A011100 1,7,1,8,7,7,1,9,2,7,5,8,7,4,7,8,7,7,7,0,1,3,5,2,1,4,5,2,0,4,4,4,0,9,
%T A011100 1,5,7,1,3,5,4,5,8,9,1,7,9,5,1,7,5,3,6,7,6,0,4,2,9,2,1,4,5,1,1,6,0,0,
%U A011100 6,8,3,6,0,2,3,9,0,6,3,8,5,9,8,9,7,6,2,0,2,8,6,9,0,9,5,0,5,0,7
%N A011100 Decimal expansion of 5th root of 15.
%H A011100 Ivan Panchenko, <a href="/A011100/b011100.txt">Table of n, a(n) for n = 1..1000</a>
%F A011100 Equals A005532 * A005534 . - _R. J. Mathar_, May 22 2024
%e A011100 1.7187719275874787770135214520444...
%t A011100 RealDigits[15^(1/5), 10, 105][[1]] (* _Alonso del Arte_, Feb 15 2015 *)
%o A011100 (PARI) sqrtn(15,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%o A011100 (Magma) 15^(1/5); // _Vincenzo Librandi_, Feb 16 2015
%K A011100 nonn,cons,easy
%O A011100 1,2
%A A011100 _N. J. A. Sloane_