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.

A143860 Ulam's spiral (NNW spoke).

Original entry on oeis.org

1, 16, 63, 142, 253, 396, 571, 778, 1017, 1288, 1591, 1926, 2293, 2692, 3123, 3586, 4081, 4608, 5167, 5758, 6381, 7036, 7723, 8442, 9193, 9976, 10791, 11638, 12517, 13428, 14371, 15346, 16353, 17392, 18463, 19566, 20701, 21868, 23067, 24298
Offset: 1

Views

Author

Keywords

Comments

Also, except for the first term, sequence found by reading the line from 16, in the direction 16, 63,... in the square spiral whose vertices are the generalized decagonal numbers A074377. - Omar E. Pol, Nov 05 2012

Programs

Formula

a(n) = 16*n^2 - 33*n + 18. - R. J. Mathar, Sep 08 2008
G.f. x*(1 + 13*x + 18*x^2)/(1-x)^3. - R. J. Mathar, Oct 31 2011
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Jul 10 2012
E.g.f.: -18 + (18 - 17*x + 16*x^2)*exp(x). - G. C. Greubel, Nov 09 2019