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.

A011011 Decimal expansion of 4th root of 14.

This page as a plain text file.
%I A011011 #17 Jul 08 2025 01:49:05
%S A011011 1,9,3,4,3,3,6,4,2,0,2,6,7,6,6,9,3,0,8,9,1,7,8,6,1,8,3,5,3,7,2,9,7,6,
%T A011011 0,0,8,0,4,2,5,3,0,8,4,3,4,7,0,8,0,2,6,3,9,3,8,2,1,0,8,6,2,1,8,5,6,0,
%U A011011 4,4,7,3,0,8,5,3,3,8,7,7,4,2,2,0,1,5,0,9,4,2,5,4,0,3,1,7,5,2,2
%N A011011 Decimal expansion of 4th root of 14.
%H A011011 Ivan Panchenko, <a href="/A011011/b011011.txt">Table of n, a(n) for n = 1..1000</a>
%F A011011 Equals A010767*A011005. - _R. J. Mathar_, Mar 10 2025
%e A011011 1.934336420267669308917861835...
%t A011011 RealDigits[14^(1/4), 10, 100][[1]] (* _Alonso del Arte_, Mar 14 2015 *)
%o A011011 (PARI) sqrtn(14,4) \\ _Charles R Greathouse IV_, Apr 15 2014
%K A011011 nonn,cons,easy
%O A011011 1,2
%A A011011 _N. J. A. Sloane_