cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A352181 a(n) = A200993(n)/2.

Original entry on oeis.org

0, 5, 495, 48510, 4753490, 465793515, 45643010985, 4472549283020, 438264186724980, 42945417749765025, 4208212675290247475, 412361896760694487530, 40407257669872769530470, 3959498889750770719498535, 387990483937905657741325965, 38019107927025003687930446040
Offset: 0

Views

Author

N. J. A. Sloane, Mar 08 2022

Keywords

Comments

Halves of triangular numbers which are also thirds of triangular numbers.

Crossrefs

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