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.

A131474 a(n) = ceiling(n/2)*ceiling(n^2/2).

Original entry on oeis.org

0, 1, 2, 10, 16, 39, 54, 100, 128, 205, 250, 366, 432, 595, 686, 904, 1024, 1305, 1458, 1810, 2000, 2431, 2662, 3180, 3456, 4069, 4394, 5110, 5488, 6315, 6750, 7696, 8192, 9265, 9826, 11034, 11664, 13015, 13718, 15220, 16000, 17661
Offset: 0

Views

Author

Mohammad K. Azarian, Jul 27 2007

Keywords

Crossrefs

Programs

Formula

From R. J. Mathar, Dec 19 2008: (Start)
G.f.: x*(1 + x + 5*x^2 + 2*x^4 + 3*x^3)/((1+x)^3*(x-1)^4).
a(n) = A000982(n)*A004526(n+1). (End)
a(2*n) = A033431(n). - Bernard Schott, Mar 29 2020
a(2*n-1) = A059722(n). - Michel Marcus, Mar 29 2020