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.

A143854 Ulam's spiral (WSW spoke).

Original entry on oeis.org

1, 20, 71, 154, 269, 416, 595, 806, 1049, 1324, 1631, 1970, 2341, 2744, 3179, 3646, 4145, 4676, 5239, 5834, 6461, 7120, 7811, 8534, 9289, 10076, 10895, 11746, 12629, 13544, 14491, 15470, 16481, 17524, 18599, 19706, 20845, 22016, 23219, 24454
Offset: 1

Views

Author

Keywords

Comments

Also sequence found by reading the segment (1, 20) together with the line from 20, in the direction 20, 71, ..., in the square spiral whose vertices are the generalized decagonal numbers A074377. - Omar E. Pol, Nov 05 2012

Programs

Formula

From Colin Barker, Aug 03 2012: (Start)
a(n) = 14 - 29*n + 16*n^2.
G.f.: x*(1 + 17*x + 14*x^2)/(1-x)^3. (End)
E.g.f.: -14 + (14 - 13*x + 16*x^2)*exp(x). - G. C. Greubel, Nov 09 2019