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!)
A103829 Sum of even digits less than sum of odd digits. 3
0, 2, 4, 6, 8, 12, 14, 16, 18, 20, 21, 22, 24, 26, 28, 34, 36, 38, 40, 41, 42, 43, 44, 46, 48, 56, 58, 60, 61, 62, 63, 64, 65, 66, 68, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 102, 104, 106, 108, 114, 116, 118, 120, 122, 124, 126, 128, 136, 138, 140, 141, 142, 144, 146 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

0 is assumed as even digit: A005843, A004275, A007928. Sum of even digits equals sum of odd digits A036301.

LINKS

Table of n, a(n) for n=1..64.

MATHEMATICA

Select[Range[300], Plus@@Select[IntegerDigits[ # ], OddQ]<Plus@@Select[IntegerDigits[ # ], EvenQ]&]

CROSSREFS

Cf. A005843, A004275, A007928, A036301.

Sequence in context: A323505 A350355 A172311 * A164530 A058817 A328593

Adjacent sequences: A103826 A103827 A103828 * A103830 A103831 A103832

KEYWORD

nonn,base

AUTHOR

Zak Seidov, Feb 17 2005

STATUS

approved

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 1 09:11 EDT 2023. Contains 361685 sequences. (Running on oeis4.)