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.

A225051 Numbers of the form x^3 + SumOfCubedDigits(x).

This page as a plain text file.
%I A225051 #5 Apr 26 2013 13:00:43
%S A225051 0,2,16,54,128,250,432,686,1024,1458,1001,1333,1737,2225,2809,3501,
%T A225051 4313,5257,6345,7589,8008,9270,10664,12202,13896,15758,17800,20034,
%U A225051 22472,25126,27027,29819,32803,35991,39395,43027,46899,51023,55411,60075,64064,68986
%N A225051 Numbers of the form x^3 + SumOfCubedDigits(x).
%C A225051 This is to cubes A000578 as A209303 is to squares A000290.
%F A225051 a(n) = A000578(n) + A055012(n).
%e A225051 a(1) = 1^3 + 1^3 = 2; a(10) = 10^3 + (1^3 + 0^3) = 1000 + 1.
%t A225051 Table[n^3 + Total[IntegerDigits[n]^3], {n, 0, 50}] (* _T. D. Noe_, Apr 26 2013 *)
%Y A225051 Cf. A000578, A055012, A209303.
%K A225051 nonn,base,easy
%O A225051 0,2
%A A225051 _Jonathan Vos Post_, Apr 25 2013