login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A229906 Composite numbers whose sum of digits is 19. 2

%I #10 Oct 06 2013 02:56:12

%S 289,298,388,469,478,496,559,568,586,595,649,658,667,676,685,694,748,

%T 766,775,784,793,838,847,856,865,874,892,928,946,955,964,973,982,1099,

%U 1189,1198,1288,1369,1378,1387,1396,1468,1477,1486,1495,1558,1576,1585,1594

%N Composite numbers whose sum of digits is 19.

%H Vincenzo Librandi, <a href="/A229906/b229906.txt">Table of n, a(n) for n = 1..5000</a>

%t Select[Range[2000], ! PrimeQ[#] && Total[IntegerDigits[#]] == 19 &] (* _T. D. Noe_, Oct 04 2013 *)

%Y Cf. A106759, A166459.

%K nonn,base,easy

%O 1,1

%A _Jahangeer Kholdi_, Oct 03 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)