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.

A235227 Numbers whose sum of digits is 16.

This page as a plain text file.
%I A235227 #9 Sep 08 2022 08:46:06
%S A235227 79,88,97,169,178,187,196,259,268,277,286,295,349,358,367,376,385,394,
%T A235227 439,448,457,466,475,484,493,529,538,547,556,565,574,583,592,619,628,
%U A235227 637,646,655,664,673,682,691,709,718,727,736,745,754,763,772,781,790
%N A235227 Numbers whose sum of digits is 16.
%C A235227 A007953(a(n)) = 16; number of repdigits = #{88,4444,22222222,1^16} = A242627(16) = 4. - _Reinhard Zumkeller_, Jul 17 2014
%H A235227 Vincenzo Librandi, <a href="/A235227/b235227.txt">Table of n, a(n) for n = 1..1000</a>
%t A235227 Select[Range[1000], Total[IntegerDigits[#]]==16 &]
%o A235227 (Magma) [n: n in [1..1000] | &+Intseq(n) eq 16];
%o A235227 (Haskell)
%o A235227 a235227 n = a235227_list !! (n-1)
%o A235227 a235227_list = filter ((== 16) . a007953) [0..]
%o A235227 -- _Reinhard Zumkeller_, Jul 17 2014
%Y A235227 Cf. A052217 - A052224, A143164, A166311, A166370, A166459.
%Y A235227 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), A235225(14), A235226 (15), A166370 (17), A235228 (18), A166459 (19), A235229 (20).
%Y A235227 Cf. A242614, A242627.
%K A235227 base,nonn
%O A235227 1,1
%A A235227 _Vincenzo Librandi_, Jan 05 2014