|
| |
|
|
A068808
|
|
Triangular numbers with strictly increasing sum of digits.
|
|
1
|
|
|
|
1, 3, 6, 28, 66, 78, 378, 496, 1596, 5778, 5995, 8778, 47895, 58996, 196878, 468996, 887778, 1788886, 4896885, 5897895, 13999986, 15997996, 38997696, 88877778, 179977878, 189978778, 398988876, 686999778, 1699998895, 5779898886
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Table of n, a(n) for n=1..30.
|
|
|
MAPLE
|
dig := X->convert((convert(X, base, 10)), `+`); T := k->k*(k+1)/2; S := k->seq(dig(T(i)), i=1..k-1); seq(`if`(n>1 and dig(T(n))>max(S(n)), T(n), printf("")), n=1..2000);
|
|
|
CROSSREFS
|
Sequence in context: A075088 A102428 A128056 * A068133 A220823 A024497
Adjacent sequences: A068805 A068806 A068807 * A068809 A068810 A068811
|
|
|
KEYWORD
|
base,easy,nonn
|
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 06 2002
|
|
|
EXTENSIONS
|
More terms from Francois Jooste (phukraut(AT)hotmail.com), Mar 10 2002
More terms from Sascha Kurz, Mar 27 2002
|
|
|
STATUS
|
approved
|
| |
|
|