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.

A022284 a(n) = n*(27*n - 1)/2.

Original entry on oeis.org

0, 13, 53, 120, 214, 335, 483, 658, 860, 1089, 1345, 1628, 1938, 2275, 2639, 3030, 3448, 3893, 4365, 4864, 5390, 5943, 6523, 7130, 7764, 8425, 9113, 9828, 10570, 11339, 12135, 12958, 13808, 14685, 15589
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. similar sequences listed in A022288.

Programs

Formula

a(n) = a(n-1) + 27*n - 14 for n>0, a(0)=0. - Vincenzo Librandi, Aug 04 2010
G.f.: x*(13 + 14*x)/(1 - x)^3 . - R. J. Mathar, Aug 04 2016
a(n) = A000217(14*n-1) - A000217(13*n-1). - Bruno Berselli, Oct 14 2016
E.g.f.: (x/2)*(27*x + 26)*exp(x). - G. C. Greubel, Aug 23 2017