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 A180027 #15 Mar 12 2023 08:48:38 %S A180027 1,112,11223,1122334,112233445,11223344556,1122334455667, %T A180027 112233445566778,11223344556677889,1122334455667789000, %U A180027 112233445566778900111,11223344556677890011222,1122334455667789001122333,112233445566778900112233444,11223344556677890011223344555,1122334455667789001122334455666 %N A180027 Partial sums of A100706. %C A180027 Up to n=8 the digits of a(n) sum up to n^2. %C A180027 Similar to this, A014824 (1,12,123,1234,...) is a representation of the triangular numbers; (1,1112,1112223,1112223334,...) of the pentagonal numbers;(1,11112,111122223,...) of the hexagonal numbers, and so on. A nice thing about this sequence(s) is that the (represented) value of the integer matches the partial sums of the number of digits in the sequence. %C A180027 f(n) = 100*f(n-1) + A100706(n) gives a mirrored version of this sequence, and f(n) = 10*f(n-1) + A100706(n) the symmetrical version (A002477). %F A180027 a(n) = Sum_{k=0..n} A100706(k). - _Michel Marcus_, Mar 12 2023 %o A180027 (PARI) A100706(n) = (10^(2*n + 1) - 1)/9; %o A180027 a(n) = sum(k=0, n, A100706(k)); \\ _Michel Marcus_, Mar 12 2023 %Y A180027 Cf. A014824, A100706, A002477. %K A180027 nonn %O A180027 0,2 %A A180027 _Mark Dols_, Aug 07 2010 %E A180027 More terms and edited by _Michel Marcus_, Mar 12 2023