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.
%I A076204 #14 Jun 18 2021 19:01:30 %S A076204 13,14,16,17,22,23,25,28,34,37,47,52,58,64,67,68,74,76,85,106,107,118, %T A076204 130,134,139,140,142,146,160,166,169,170,172,175,178,181,193,196,211, %U A076204 217,218,220,223,229,230,232,241,244,250,253,256,265,268,280,283,286 %N A076204 Numbers whose cube has a prime sum of digits. %F A076204 a(n) = (A109408(n))^(1/3). %t A076204 A076204=Select[Range[500], PrimeQ[Plus@@IntegerDigits[ #^3]]&] %Y A076204 Corresponding primes in A109410. %Y A076204 Cf. A004164, A109408. %K A076204 base,nonn %O A076204 1,1 %A A076204 _Zak Seidov_, Nov 02 2002 %E A076204 Edited by _N. J. A. Sloane_ at the suggestion of _Andrew S. Plewe_, May 21 2007