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.

A143855 Ulam's spiral (ESE spoke).

Original entry on oeis.org

1, 10, 51, 124, 229, 366, 535, 736, 969, 1234, 1531, 1860, 2221, 2614, 3039, 3496, 3985, 4506, 5059, 5644, 6261, 6910, 7591, 8304, 9049, 9826, 10635, 11476, 12349, 13254, 14191, 15160, 16161, 17194, 18259, 19356, 20485, 21646, 22839, 24064
Offset: 1

Views

Author

Vladimir Joseph Stephan Orlovsky, Sep 03 2008, Sep 04 2008

Keywords

Comments

Also sequence found by reading the segment (1, 10) together with the line from 10, in the direction 10, 51, ..., 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 - 39*n + 24. - R. J. Mathar, Sep 08 2008
G.f.: x*(1 + 7*x + 24*x^2)/(1-x)^3. - Colin Barker, Aug 03 2012
E.g.f.: -24 + (24 - 23*x + 16*x^2)*exp(x). - G. C. Greubel, Nov 09 2019