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.

A244633 a(n) = 26*n^2.

Original entry on oeis.org

0, 26, 104, 234, 416, 650, 936, 1274, 1664, 2106, 2600, 3146, 3744, 4394, 5096, 5850, 6656, 7514, 8424, 9386, 10400, 11466, 12584, 13754, 14976, 16250, 17576, 18954, 20384, 21866, 23400, 24986, 26624, 28314, 30056, 31850, 33696, 35594, 37544, 39546, 41600, 43706
Offset: 0

Views

Author

Vincenzo Librandi, Jul 03 2014

Keywords

Comments

Sequence found by reading the line from 0, in the direction 0, 26, ..., in the square spiral whose vertices are the generalized 15-gonal numbers. - Omar E. Pol, Jul 03 2014
Norms of purely imaginary numbers in Z[sqrt(-26)]. - Alonso del Arte, Dec 25 2014

Crossrefs

Cf. similar sequences listed in A244630.

Programs

Formula

G.f.: 26*x*(1 + x)/(1 - x)^3. [corrected by Bruno Berselli, Jul 03 2014]
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2.
a(n) = 26*A000290(n) = 13*A001105(n) = 2*A152742(n). - Omar E. Pol, Jul 03 2014
From Elmo R. Oliveira, Dec 02 2024: (Start)
E.g.f.: 26*x*(1 + x)*exp(x).
a(n) = n*A252994(n) = A005843(n)*A008595(n). (End)