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.

A143839 Ulam's spiral (SSE spoke).

Original entry on oeis.org

1, 24, 79, 166, 285, 436, 619, 834, 1081, 1360, 1671, 2014, 2389, 2796, 3235, 3706, 4209, 4744, 5311, 5910, 6541, 7204, 7899, 8626, 9385, 10176, 10999, 11854, 12741, 13660, 14611, 15594, 16609, 17656, 18735, 19846, 20989, 22164, 23371, 24610
Offset: 1

Views

Author

Keywords

Comments

Also sequence found by reading the line from 1, in the direction 1, 24, ... in the square spiral whose vertices are the generalized decagonal numbers A074377. - Omar E. Pol, Nov 05 2012

Crossrefs

Programs

Formula

a(n) = 16*n^2 - 25*n + 10. - R. J. Mathar, Sep 04 2008
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(1) = 1, a(2) = 24, a(3) = 79. - Harvey P. Dale, May 26 2012
G.f.: x*(1 + 21*x + 10*x^2)/(1-x)^3. - Harvey P. Dale, May 26 2012
E.g.f.: exp(x)*(10 - 9*x + 16*x^2) - 9. - Stefano Spezia, Oct 07 2019