A137583 Number of elements in the n-th period of the Janet periodic table of elements.
2, 2, 8, 8, 18, 18, 32, 32
Offset: 1
Links
- Mark R. Leach, The Internet Database of Periodic Tables, Chemogenesis web book.
- Albert Tarantola, PSE of Elements (Janet form).
- Mark J. Winter, Image of the Janet long format (or 32-column) periodic table, Web Elements Chemistry Nexus.
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
Comments