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.

A058318 Number of energy levels in atoms of the n-th element of the periodic table.

Original entry on oeis.org

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

Views

Author

Labos Elemer, Dec 12 2000

Keywords

Comments

Run lengths, i.e., how many elements have 1,2,3,4,5,6,7 energy levels, are 2,8,8,18,18,32,26 (see A137583).

Examples

			For n=79, element 79 (Gold) has a(79)=6 energy levels (which may have 2,8,18,32,18,1 electrons).
		

Crossrefs

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