|
Search: id:A162703
|
|
| |
|
| 1, 4, 15151, 45154, 66466, 92629, 98689, 4976794, 6424246, 648616846, 136287949782631, 479573060375974, 69465717171756496
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Essentially the palindromes which are sums of three consecutive triangular numbers T.
Indices of the centered triangular numbers: 1, 2, 101, 174, 211, 249, 257, 1822, 2070, 20795, 9531980, 17880587, 215198695, ..., . [Robert G. Wilson v]
|
|
EXAMPLE
|
T(99)+T(100)+T(101)=15151
T(172)+T(173)+T(174)= 45154
|
|
MATHEMATICA
|
n = 1; lst = {}; While[n < 10^10, ctn = 3 n (n - 1)/2 + 1; id = IntegerDigits@ ctn; If[id == Reverse@id, AppendTo[lst, ctn]; Print[{n, ctn}]]; n++ ]; lst [Robert G. Wilson v]
|
|
CROSSREFS
|
Cf. A005448, A000217.
Sequence in context: A134368 A152840 A003832 this_sequence A070157 A003556 A053015
Adjacent sequences: A162700 A162701 A162702 this_sequence A162704 A162705 A162706
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Claudio L Meller (claudiomeller(AT)gmail.com), Jul 11 2009
|
|
EXTENSIONS
|
Edited and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl) and Robert G. Wilson v, (rgwv(AT)rgwv.com), Jul 13 2009
|
|
|
Search completed in 0.002 seconds
|