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.

A011253 Decimal expansion of 14th root of 8.

This page as a plain text file.
%I A011253 #14 Jan 18 2017 02:30:09
%S A011253 1,1,6,0,1,2,9,3,8,6,1,6,0,1,6,2,7,9,7,5,3,0,0,5,9,4,9,7,1,9,0,5,5,1,
%T A011253 7,5,7,9,0,2,1,0,4,8,6,6,2,4,8,8,7,5,5,5,4,8,1,2,6,4,2,5,0,3,0,6,2,6,
%U A011253 7,8,2,3,8,4,8,2,8,9,2,5,6,0,7,1,6,0,3,9,9,4,3,6,0,7,3,1,0,0,9
%N A011253 Decimal expansion of 14th root of 8.
%H A011253 Ivan Panchenko, <a href="/A011253/b011253.txt">Table of n, a(n) for n = 1..1000</a>
%p A011253 Digits:=100: evalf(8^(1/14)); # _Wesley Ivan Hurt_, Jan 17 2017
%o A011253 (PARI) sqrtn(8, 14) \\ _Michel Marcus_, Jan 18 2017
%Y A011253 Equals sqrt(A011246).
%K A011253 nonn,cons
%O A011253 1,3
%A A011253 _N. J. A. Sloane_