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.

A098230 75-gonal numbers: a(n) = n*(73*n-71)/2.

Original entry on oeis.org

0, 1, 75, 222, 442, 735, 1101, 1540, 2052, 2637, 3295, 4026, 4830, 5707, 6657, 7680, 8776, 9945, 11187, 12502, 13890, 15351, 16885, 18492, 20172, 21925, 23751, 25650, 27622, 29667, 31785, 33976, 36240, 38577, 40987, 43470, 46026, 48655, 51357, 54132, 56980, 59901, 62895, 65962, 69102, 72315, 75601, 78960, 82392, 85897, 89475
Offset: 0

Views

Author

Parthasarathy Nambi, Oct 25 2004

Keywords

Crossrefs

Programs

Formula

G.f.: -x*(1+72*x) / (x-1)^3. - R. J. Mathar, Feb 05 2011
a(n) = n*(73*n - 71)/2.
E.g.f.: exp(x)*(x + 73*x^2/2). - Nikolaos Pantelidis, Feb 10 2023