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.

A143838 Ulam's spiral (SSW spoke).

Original entry on oeis.org

1, 22, 75, 160, 277, 426, 607, 820, 1065, 1342, 1651, 1992, 2365, 2770, 3207, 3676, 4177, 4710, 5275, 5872, 6501, 7162, 7855, 8580, 9337, 10126, 10947, 11800, 12685, 13602, 14551, 15532, 16545, 17590, 18667, 19776, 20917, 22090, 23295, 24532
Offset: 1

Views

Author

Keywords

Comments

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