|
| |
|
|
A117978
|
|
Triangular numbers with only even digits.
|
|
1
| |
|
|
0, 6, 28, 66, 406, 666, 820, 2080, 2628, 8646, 28680, 42486, 48828, 64620, 66066, 80200, 84666, 200028, 204480, 228826, 264628, 288420, 426426, 446040, 468028, 484620, 600060, 626640, 644680, 686206, 828828, 886446, 2222886, 2248260, 2862028, 2888406
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Harvey P. Dale, Table of n, a(n) for n = 1..1000
|
|
|
MATHEMATICA
| Select[Accumulate[Range[0, 5000]], Count[IntegerDigits[#], _?(OddQ)] ==0&] (* From Harvey P. Dale, Oct 21 2011 *)
|
|
|
CROSSREFS
| Cf. A000217.
Sequence in context: A033588 A014635 A034955 * A119174 A144945 A202956
Adjacent sequences: A117975 A117976 A117977 * A117979 A117980 A117981
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Luc Stevens (lms022(AT)yahoo.com), May 03 2006
|
|
|
EXTENSIONS
| Corrected (a(32) was in error) and extended by Harvey P. Dale, Oct 21 2011
|
| |
|
|