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.

A018226 Magic numbers of nucleons: nuclei with one of these numbers of either protons or neutrons are more stable against nuclear decay.

Original entry on oeis.org

2, 8, 20, 28, 50, 82, 126
Offset: 1

Views

Author

John Raithel (raithel(AT)rahul.net)

Keywords

Comments

In the shell model for the nucleus, magic numbers are the numbers of either protons or neutrons at which a shell is filled.
First seven positive terms of A162626. - Omar E. Pol, Jul 07 2009
Steppenbeck: "The results of the experiment indicate that 54Ca's first excited state lies at a relatively high energy, which is characteristic of a large nuclear shell gap, thus indicating that N = 34 in 54Ca is a new magic number, as predicted theoretically by the University of Tokyo group in 2001. By conducting a more detailed comparison to nuclear theory the researchers were able to show that the N = 34 magic number is equally as significant as some other nuclear shell gaps."

References

  • Dictionary of Science (Simon and Schuster), see the entry for "Magic number".

Crossrefs

Cf. A018227 Number of electrons (which equals number of protons) such that they are arranged into complete shells within the atom.

Formula

If 1 <= n <= 3 then a(n)=n*(n+1)*(n+2)/3, else if 4 <= n <= 7 then a(n)=n(n^2+5)/3. - Omar E. Pol, Jul 07 2009 [This needs to be clarified. - Joerg Arndt, May 03 2011]
From Daniel Forgues, May 03 2011: (Start)
If 1 <= n <= 3 then a(n) = 2 T_n, else
if 4 <= n <= 7 then a(n) = 2 (T_n - t_{n-1}),
where T_n is the n-th tetrahedral number, t_n the n-th triangular number.
G.f.: (2*x*(1 - 6*x^3 + 14*x^4 - 11*x^5 + 3*x^6))/(1 - x)^4, 1 <= n <= 7.
Using those formulas for n >= 0 gives A162626. (End)
a(n) = n*(n^2+5)/3 + (4*n-6)*A171386(n). - Omar E. Pol, Aug 14 2013