|
Search: id:A069693
|
|
|
| A069693 |
|
Triangular numbers with either no internal digits or all internal digits are 0. |
|
+0 8
|
|
| 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 105, 300, 406, 703, 903, 3003, 4005, 8001
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Is the sequence finite?
There are no other values <= 10^50. - Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 02 2003
|
|
EXAMPLE
|
The internal digits of 3003 are "00", which are both 0. 15 has no internal digits.
|
|
MATHEMATICA
|
Do[ If[ Union[ Drop[ RotateLeft[ IntegerDigits[n(n + 1)/2]], -2]] == {0}, Print[n(n + 1)/2]], {n, 14, 2 10^6}]
|
|
CROSSREFS
|
Cf. A069675-A069684, A069693-A067000.
Adjacent sequences: A069690 A069691 A069692 this_sequence A069694 A069695 A069696
Sequence in context: A077367 A077366 A077368 this_sequence A069694 A069695 A069697
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 06 2002
|
|
EXTENSIONS
|
Corrected by Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 02 2003
|
|
|
Search completed in 0.002 seconds
|