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.

A235460 a(1)=2. For n>1, assume a(n-1) has decimal expansion abcdefghij (with at most ten digits, where some of j,i,h, ... may be missing). Then a(n) = sum 11...1 (with a 1's) + 22...2 (with b 2's) + 33...3 (with c 3's) + ...

This page as a plain text file.
%I A235460 #10 May 10 2014 09:53:12
%S A235460 2,11,3,111,6,111111,21,13,223,366,555666,1733331,2224228
%N A235460 a(1)=2. For n>1, assume a(n-1) has decimal expansion abcdefghij (with at most ten digits, where some of j,i,h, ... may be missing). Then a(n) = sum 11...1 (with a 1's) + 22...2 (with b 2's) + 33...3 (with c 3's) + ...
%C A235460 See A235400 for the analogous sequence where we number the digits starting with 9 at the rightmost digit.
%D A235460 Rodolfo Kurchan, Problems with repdigits, to appear in Proceedings of Gathering for Gardner 2014 conference
%e A235460 2 means two 1's = 11; 11 means one 1 + one 2 = 3; 3 means 111; 111 means 1+2+3 = 6; 6 means 111111 = 1+2+3+4+5+6 = 21; 21 means 11+2 = 13; etc.
%Y A235460 Cf. A235400.
%K A235460 nonn,base
%O A235460 1,1
%A A235460 _Rodolfo Kurchan_, Jan 10 2014
%E A235460 Edited by _N. J. A. Sloane_, Jan 24 2014