A058318 Number of energy levels in atoms of the n-th element of the periodic table.
1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
Offset: 1
Examples
For n=79, element 79 (Gold) has a(79)=6 energy levels (which may have 2,8,18,32,18,1 electrons).
Links
- Y. Bentor, Chemical Elements.Com
- M. Winter, WebElements Periodic Table.
Programs
-
Maple
seq(i$[2, 8, 8, 18, 18, 32, 32][i], i=1..7); # Michel Lagneau, Apr 03 2024
Formula
a(n) = m for s(m-1) < n <= s(m) for m=1..7, where s(m) = A173592(m) and s(0) = 0. - Michel Lagneau, Apr 03 2024
Extensions
a(106)-a(118) from Michel Lagneau, Apr 03 2024
Comments