OFFSET
0,2
COMMENTS
Halves of triangular numbers which are also thirds of triangular numbers.
LINKS
Editors, L'Intermédiaire des Mathématiciens, Query 4500: The equation x(x+1)/2 = y*(y+1)/3, L'Intermédiaire des Mathématiciens, 22 (1915), 255-260 (I).
Editors, L'Intermédiaire des Mathématiciens, Query 4500: The equation x(x+1)/2 = y*(y+1)/3, L'Intermédiaire des Mathématiciens, 22 (1915), 255-260 (II).
Editors, L'Intermédiaire des Mathématiciens, Query 4500: The equation x(x+1)/2 = y*(y+1)/3, L'Intermédiaire des Mathématiciens, 22 (1915), 255-260 (III).
Editors, L'Intermédiaire des Mathématiciens, Query 4500: The equation x(x+1)/2 = y*(y+1)/3, L'Intermédiaire des Mathématiciens, 22 (1915), 255-260 (IV).
Index entries for linear recurrences with constant coefficients, signature (99,-99,1).
FORMULA
a(n) = A200994(n)/3.
From Chai Wah Wu, Apr 22 2024: (Start)
a(n) = 99*a(n-1) - 99*a(n-2) + a(n-3) for n > 2.
G.f.: -5*x/((x - 1)*(x^2 - 98*x + 1)). (End)
a(n) = 5*A278620(n). - Hugo Pfoertner, Apr 22 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 08 2022
STATUS
approved