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.

A011042 Decimal expansion of 4th root of 48.

This page as a plain text file.
%I A011042 #15 Jul 08 2025 01:51:27
%S A011042 2,6,3,2,1,4,8,0,2,5,9,0,4,9,8,4,9,2,1,6,3,8,4,3,7,8,0,3,5,9,3,9,9,8,
%T A011042 1,1,0,3,2,0,1,3,7,1,8,0,4,1,1,6,4,4,3,5,3,4,6,3,8,4,5,3,1,7,1,9,1,7,
%U A011042 3,3,5,9,0,3,9,4,6,0,4,2,6,6,1,0,1,4,8,6,3,0,0,4,9,3,2,0,3,8,6
%N A011042 Decimal expansion of 4th root of 48.
%H A011042 Ivan Panchenko, <a href="/A011042/b011042.txt">Table of n, a(n) for n = 1..1000</a>
%F A011042 Equals 2*A011002. [From _R. J. Mathar_, Feb 04 2009]
%t A011042 RealDigits[Power[48, (4)^-1],10,120][[1]] (* _Harvey P. Dale_, Jul 26 2011 *)
%o A011042 (PARI) sqrtn(48,4) \\ _Charles R Greathouse IV_, Apr 15 2014
%K A011042 nonn,cons
%O A011042 1,1
%A A011042 _N. J. A. Sloane_