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.

A033547 Otto Haxel's guess for magic numbers of nuclear shells.

Original entry on oeis.org

0, 2, 6, 14, 28, 50, 82, 126, 184, 258, 350, 462, 596, 754, 938, 1150, 1392, 1666, 1974, 2318, 2700, 3122, 3586, 4094, 4648, 5250, 5902, 6606, 7364, 8178, 9050, 9982, 10976, 12034, 13158, 14350, 15612, 16946, 18354, 19838, 21400, 23042, 24766, 26574, 28468
Offset: 0

Views

Author

Keywords

Comments

O. Haxel gave a construction procedure. The formulas are due to Wolfdieter Lang.

Crossrefs

Equals 2*A004006, partial sums of A014206, 2*(partial sums of A000124).

Programs

Formula

a(n) = n*(n^2 + 5)/3.
G.f.: 2*x*(1 - x + x^2)/(1-x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Wesley Ivan Hurt, Apr 05 2015
E.g.f.: x*(6 + 3*x + x^2)*exp(x)/3. - G. C. Greubel, Oct 12 2019
a(n) = A046127(n+1) - 2. - Jianing Song, Feb 03 2024