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.

A143859 Ulam's spiral (WNW spoke).

Original entry on oeis.org

1, 18, 67, 148, 261, 406, 583, 792, 1033, 1306, 1611, 1948, 2317, 2718, 3151, 3616, 4113, 4642, 5203, 5796, 6421, 7078, 7767, 8488, 9241, 10026, 10843, 11692, 12573, 13486, 14431, 15408, 16417, 17458, 18531, 19636, 20773, 21942, 23143, 24376
Offset: 1

Views

Author

Keywords

Comments

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