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.

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

This page as a plain text file.
%I A051414 #12 May 18 2019 19:39:56
%S A051414 145,173,208,254,289,326,370,389,442,488,514,560,586,605,631,668,712,
%T A051414 749,793,848,883,938,982,1037,1072,1109,1153,1199,1252,1289,1324,1352,
%U A051414 1387,1433,1486,1532,1585,1640,1666,1712,1756,1802,1846,1892,1945,2000
%N A051414 a(n+1) = a(n) + sum of digits of a(n)^3.
%C A051414 Elements >= 1109 can be found in A051373.
%t A051414 NestList[#+Total[IntegerDigits[#^3]]&,145,50]  (* _Harvey P. Dale_, Jan 09 2011 *)
%Y A051414 Cf. A051373.
%K A051414 easy,nonn,base
%O A051414 1,1
%A A051414 Miklos SZABO (mike(AT)ludens.elte.hu)