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.

A137583 Number of elements in the n-th period of the Janet periodic table of elements.

Original entry on oeis.org

2, 2, 8, 8, 18, 18, 32, 32
Offset: 1

Views

Author

Paul Curtz, Apr 26 2008

Keywords

Comments

Essentially 2 followed by the first terms of A093907.
This puts Hydrogen and Helium in the first row, Lithium and Beryllium into the second, Boron to Magnesium into the third etc.

Crossrefs

Programs

  • Mathematica
    Flatten@ Table[2 (n #)^2 & /@ {-1, 1}, {n, 4}] (* Michael De Vlieger, Jul 22 2016 *)

Extensions

Edited by R. J. Mathar, Oct 02 2009