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.

A048371 a(n)^3 is smallest cube containing exactly n 6's.

This page as a plain text file.
%I A048371 #17 Feb 16 2025 08:32:40
%S A048371 4,55,36,716,1188,4055,13832,18821,190806,1542023,3971816,13881356,
%T A048371 55009989,154057624,551727536,1881662989,4014051821,15448244536,
%U A048371 185043243523,405480132286,550651031786,4425284190954,4881712198556
%N A048371 a(n)^3 is smallest cube containing exactly n 6's.
%H A048371 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CubicNumber.html">Cubic Number</a>
%t A048371 a[n_] := Module[{i = 0}, While[DigitCount[i^3][[6]] != n, i++ ]; i]; (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 27 2006 *)
%Y A048371 Cf. A036533, A048365, A048366, A048367, A048368, A048369, A048370, A048372, A048373, A048374.
%K A048371 nonn,base,more
%O A048371 1,1
%A A048371 _Patrick De Geest_, Mar 15 1999
%E A048371 a(14) from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 27 2006
%E A048371 a(15)-a(20) from _Lars Blomberg_, Jun 12 2011
%E A048371 a(21)-a(23) from _Giovanni Resta_, Jun 29 2018