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.

A195163 1000-gonal numbers: a(n) = n*(499*n - 498).

Original entry on oeis.org

0, 1, 1000, 2997, 5992, 9985, 14976, 20965, 27952, 35937, 44920, 54901, 65880, 77857, 90832, 104805, 119776, 135745, 152712, 170677, 189640, 209601, 230560, 252517, 275472, 299425, 324376, 350325, 377272, 405217, 434160, 464101, 495040, 526977, 559912, 593845, 628776
Offset: 0

Views

Author

Kausthub Gudipati, Sep 10 2011

Keywords

Comments

a(A271470(n)) is a perfect square. In fact, a(A271470(n)) = A271105(n) if the first term of a(n) is 1. - Muniru A Asiru, Apr 10 2016

Crossrefs

Programs

Formula

a(n) = 998*n*(n-1)/2 + n, according to the common formula for s-gonal numbers, a(n) = (s-2)*n*(n-1)/2 + n. - Sergey Pavlov, Aug 14 2015
G.f.: x*(1+997*x)/(1-x)^3. - R. J. Mathar, Sep 12 2011
E.g.f.: exp(x)*x*(1 + 499*x). - Ilya Gutkovskiy, Apr 10 2016
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n >= 4. - Muniru A Asiru, Sep 12 2017