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 A235225 #13 Sep 08 2022 08:46:06 %S A235225 59,68,77,86,95,149,158,167,176,185,194,239,248,257,266,275,284,293, %T A235225 329,338,347,356,365,374,383,392,419,428,437,446,455,464,473,482,491, %U A235225 509,518,527,536,545,554,563,572,581,590,608,617,626,635,644,653,662 %N A235225 Numbers whose sum of digits is 14. %C A235225 A007953(a(n)) = 14; number of repdigits = #{77,2222222,1^14} = A242627(14) = 3. - _Reinhard Zumkeller_, Jul 17 2014 %H A235225 Vincenzo Librandi, <a href="/A235225/b235225.txt">Table of n, a(n) for n = 1..1000</a> %t A235225 Select[Range[1000], Total[IntegerDigits[#]] == 14 &] %o A235225 (Magma) [n: n in [1..1000] | &+Intseq(n) eq 14]; %o A235225 (Haskell) %o A235225 a235225 n = a235225_list !! (n-1) %o A235225 a235225_list = filter ((== 14) . a007953) [0..] %o A235225 -- _Reinhard Zumkeller_, Jul 17 2014 %Y A235225 Cf. A052217 - A052224, A143164, A166311, A166370, A166459. %Y A235225 Cf. A011557 (1), A052216 (2), A052217 (3), A052218 (4), A052219 (5), A052220 (6), A052221 (7), A052222 (8), A052223 (9), A052224 (10), A166311 (11), A235151 (12), A143164 (13), A235226 (15), A235227 (16), A166370 (17), A235228 (18), A166459 (19), A235229 (20). %Y A235225 Cf. A242614, A242627. %K A235225 nonn,base,easy %O A235225 1,1 %A A235225 _Vincenzo Librandi_, Jan 05 2014