login
A302440
Numbers with digits in nondecreasing order and even digital sum (in base 10) whose digits cannot be partitioned in two multisets with equal digital sum.
1
13, 15, 17, 19, 24, 26, 28, 35, 37, 39, 46, 48, 57, 59, 68, 79, 114, 116, 118, 125, 127, 129, 136, 138, 147, 149, 158, 169, 222, 226, 228, 233, 237, 239, 244, 248, 255, 259, 266, 277, 288, 299, 334, 338, 345, 349, 356, 367, 378, 389, 444, 446, 455, 457, 466, 468, 477
OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..11671 (terms up to 10^17)
David A. Corneth, PARI prog
EXAMPLE
a(1828) = 35777777 is in this sequence as it has digits in nondecreasing order, an even digital sum, which is 50 but the digits cannot be partitioned in to two multisets each having sum 50/2 = 25.
PROG
(PARI) \\ See PARI link.
CROSSREFS
Sequence in context: A176717 A070603 A329183 * A031060 A120129 A350867
KEYWORD
nonn,base
AUTHOR
David A. Corneth, Apr 08 2018
STATUS
approved