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.

A051410 a(n+1) = a(n) + sum of digits of a(n)^3.

This page as a plain text file.
%I A051410 #7 Nov 21 2013 12:47:12
%S A051410 6,15,33,60,69,96,132,177,204,249,285,312,339,384,411,447,483,528,573,
%T A051410 609,654,699,735,780,807,852,888,915,960,996,1050,1077,1113,1176,1230,
%U A051410 1266,1311,1338,1383,1437,1482,1527,1563,1608,1653,1698,1752,1797,1851
%N A051410 a(n+1) = a(n) + sum of digits of a(n)^3.
%t A051410 NestList[#+Total[IntegerDigits[#^3]]&,6,50] (* _Harvey P. Dale_, Aug 16 2011 *)
%Y A051410 Cf. A051373.
%K A051410 nonn,base,easy,less
%O A051410 1,1
%A A051410 Miklos SZABO (mike(AT)ludens.elte.hu)