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.

A352182 Twice A200994.

Original entry on oeis.org

0, 30, 2970, 291060, 28520940, 2794761090, 273858065910, 26835295698120, 2629585120349880, 257672506498590150, 25249276051741484850, 2474171380564166925180, 242443546019236617182820, 23756993338504624316991210, 2327942903627433946447955790, 228114647562150022127582676240
Offset: 0

Views

Author

N. J. A. Sloane, Mar 08 2022

Keywords

Comments

Also 3 times A200993 and 6 times A352181.
Numbers that both doubles and triples of triangular numbers.

Crossrefs

Formula

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.: -30*x/((x - 1)*(x^2 - 98*x + 1)). (End)
a(n) = 30*A278620. - Hugo Pfoertner, Apr 22 2024