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.

A166311 Numbers whose sum of digits is 11.

Original entry on oeis.org

29, 38, 47, 56, 65, 74, 83, 92, 119, 128, 137, 146, 155, 164, 173, 182, 191, 209, 218, 227, 236, 245, 254, 263, 272, 281, 290, 308, 317, 326, 335, 344, 353, 362, 371, 380, 407, 416, 425, 434, 443, 452, 461, 470, 506, 515, 524, 533, 542, 551, 560, 605, 614
Offset: 1

Views

Author

Vincenzo Librandi, Oct 11 2009

Keywords

Comments

A007953(a(n)) = 11; number of repdigits = A242627(11) = 1. - Reinhard Zumkeller, Jul 17 2014

Crossrefs

Cf. A011557 (1), A052216 (2), A052217 (3), A052218 (4), A052219 (5), A052220 (6), A052221 (7), A052222 (8), A052223 (9), A052224 (10), A235151 (12), A143164 (13), A235225(14), A235226 (15), A235227 (16), A166370 (17), A235228 (18), A166459 (19), A235229 (20).

Programs

  • Magma
    [n: n in [1..620] | &+Intseq(n) eq 11]; // Vincenzo Librandi, Mar 07 2013
  • Mathematica
    Select[Range[620], Total[IntegerDigits[#]] == 11&] (* Vincenzo Librandi, Mar 07 2013 *)

Extensions

Edited by N. J. A. Sloane, Oct 12 2009