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.

A136613 Concatenation of (sum of digits of n) and n.

Original entry on oeis.org

0, 11, 22, 33, 44, 55, 66, 77, 88, 99, 110, 211, 312, 413, 514, 615, 716, 817, 918, 1019, 220, 321, 422, 523, 624, 725, 826, 927, 1028, 1129, 330, 431, 532, 633, 734, 835, 936, 1037, 1138, 1239, 440, 541, 642, 743, 844, 945, 1046, 1147, 1248, 1349, 550, 651, 752
Offset: 0

Views

Author

Reinhard Zumkeller, Jan 13 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=FromDigits[Join[{DigitSum[n]},IntegerDigits[n]]] (* James C. McMahon, May 06 2025 *)

Formula

A136614(n) = A007953(a(n)) = A007953(A108773(n)).