OFFSET
1,3
COMMENTS
This sequence is infinite since A000217((5^k-1)/2) is a term for all k >= 0 (Trigg, 1972).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..68
Charles W. Trigg, Problem 840, Problems and Solutions, Mathematics Magazine, Vol. 45, No. 4 (1972), p. 228; Triangular Palindromes, Solution to Problem 840 by E. P. Starke, ibid., Vol. 46, No. 3 (1973), p. 170.
Charles W. Trigg, Infinite sequences of palindromic triangular numbers, The Fibonacci Quarterly, Vol. 12, No. 2 (1974), pp. 209-212.
Maciej Ulas, On certain diophantine equations related to triangular and tetrahedral numbers, arXiv:0811.2477 [math.NT], 2008.
EXAMPLE
MATHEMATICA
t[n_] := n*(n + 1)/2; Select[t /@ Range[0, 3*10^5], PalindromeQ[IntegerDigits[#, 5]] &]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Amiram Eldar, Jan 28 2022
STATUS
approved