|
| |
|
|
A147882
|
|
A positive integer n with k (decimal) digits is called balanced if its first ceiling (k/2) digits sum to the same value as its last ceiling (k/2) digits.
|
|
2
| |
|
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33, 44, 55, 66, 77, 88, 99, 101, 111, 121, 131, 141, 151, 161, 171, 181, 191, 202, 212, 222, 232, 242, 252, 262, 272, 282, 292, 303, 313, 323, 333, 343, 353, 363, 373, 383, 393, 404, 414, 424, 434, 444, 454, 464, 474, 484, 494
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Differs from A110751 in cases like n=1010, 1089, 1102, 1120, 1203, 1212, 1230 etc. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 13 2008]
|
|
|
LINKS
| Jason Tarver, Table of n, a(n) for n = 1..6649
Project Euler Balanced Numbers
|
|
|
CROSSREFS
| Sequence in context: A048307 A043713 A110751 * A002113 A084982 A110785
Adjacent sequences: A147879 A147880 A147881 * A147883 A147884 A147885
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Jason Tarver (scottarver(AT)gmail.com), Nov 17 2008
|
| |
|
|