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.
%I A007656 M3296 #63 May 07 2024 13:25:32 %S A007656 1,4,7,9,11,12,14,16,19,20,23,24,27,28,31,32,35,40,39,40,45,48,51,52, %T A007656 55,56,59,58,63,64,69,74,75,80,79,84,85,88,89,90,93,98,98,102,103,106, %U A007656 107,114,115,120,121,130,127,132,133,138,139,140,141,142,145,152,153,158,159,164,165,168,169,174,175,180,181,184,187,192,193,195,197,202,205,208,209,209,210,222,223,226,227,232,231,238,237,244,243,247,247,251,252,257,258,259,260,261,262,263,264,265,266,269,272,277,286,289,289,293,294,294 %N A007656 Mass number of the most abundant isotope of the element with atomic number Z = n. %C A007656 Mass number of the most abundant of the stable nuclides with atomic number equal to n. If there is no stable isotope, choose the one with the longest decay time. %C A007656 Sequence is not well-defined, since the entries may change as more properties of the elements are discovered. %C A007656 Moss and Winter give the atomic weight for Dysprosium (Dy) as "162.50(3)"; rounded to 163 rather than 162. %C A007656 Bentor, Winter and Moss all give 145 as the atomic weight of the most stable isotope of Promethium (Pm), as opposed to 147, which was in the original data (between 144 and 150). %C A007656 Also referred to as the mass number A of the most abundant and stable nuclide with atomic number Z=n. We have A = Z + N, where N is the neutron number A058317(n). - _Lekraj Beedassy_, Oct 08 2005 %C A007656 The 'abundance' refers to the Earth's crust. It may differ when applied to other astronomical bodies and/or to the known Universe. The mass numbers (once also referred to as the isotope numbers) are always integer, and should not be confused with relative atomic masses (or isotope masses), nor with (mean) atomic weights, none of which are ever integer. - _Stanislav Sykora_, Apr 26 2015 %C A007656 Andreas von Antropoff was an Estonian-born German chemist, who is known to have coined the term Neutronium and developed a temporarily and widely used periodic table of elements in 1926. - _Jinyuan Wang_, Apr 30 2019 %D A007656 W. M. Haynes, Editor, CRC Handbook of Chemistry and Physics, CRC Press 2014, 95th Edition. See section Nuclear and Particle Physics, chapter Table of the Isotopes. %D A007656 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A007656 Y. Bentor, <a href="http://www.chemicalelements.com/">Chemical Elements.Com</a> %H A007656 R. B. Firestone & L. P. Ekstrom, <a href="https://web.archive.org/web/20150813011405/http://ie.lbl.gov/toi/perchart.htm">Table of Radioactive Isotopes</a> %H A007656 G. P. Moss, <a href="https://web.archive.org/web/20050310092430/http://www.chem.qmw.ac.uk/iupac/AtWt/">Atomic Weights of the Elements 1999</a> %H A007656 M. E. Wieser, T. B. Coplen, <a href="http://dx.doi.org/10.1351/PAC-REP-10-09-14">Atomic weights of the elements 2009 (IUPAC Technical Report)</a>, Pure Appl. Chem., 83 (2010), 359-396, DOI:10.1351/PAC-REP-10-09-14. %H A007656 M. Winter, <a href="http://www.webelements.com/webelements/scholar/index.html">WebElements Periodic Table</a> %H A007656 Wikipedia, <a href="https://en.wikipedia.org/wiki/Atomic_number">Atomic number</a> %H A007656 Wikipedia, <a href="https://en.wikipedia.org/wiki/Atomic_mass">Atomic mass</a> %H A007656 Wikipedia, <a href="https://en.wikipedia.org/wiki/Mass_number">Mass number</a> %e A007656 Calcium (Ca), with atomic number 20, has 6 stable isotopes with mass numbers 40, 42, 43, 44, 46, and 48. Of these, 40Ca is the most abundant in Earth's crust (96.941%). Hence a(20)=40. Note: The relative atomic mass of 40Ca is 39.96259..., smaller than 40 because of the mass equivalent of the nuclear bonding energy, while the conventional mean atomic weight of Calcium is presently 40.078(4), by IUPAC 2009. - _Stanislav Sykora_, Apr 26 2015 %t A007656 Needs["Miscellaneous`ChemicalElements`"]; Table[ Round[ AtomicWeight[ Elements[[n]]]], {n, 1, 105}] (* above element 105, the values differ *) %Y A007656 Cf. A058317, A121818, A179301. %K A007656 nonn,fini %O A007656 1,2 %A A007656 _N. J. A. Sloane_ %E A007656 More terms from _André Engels_ %E A007656 Further terms from _Philip Newton_, Oct 26 2001, using data from Moss %E A007656 There are several errors in this sequence. It looks to me that the rounded atomic weights were used rather than the mass number of the most abundant of the stable nuclides with atomic number equal to n. Thus for instance, a(28) should be 58, not 59 and a(29) should be 63, not 64. In fact, in all cases the parity of a(n) should be the same as n (both odd or both even). - _David Terr_, Oct 05 2006 %E A007656 I fixed all the entries I could find in which a(n) was incorrect, based on the online table of isotopic abundances at http://www.sisweb.com/referenc/source/exactmas.htm. - _David Terr_, Apr 06 2009 %E A007656 a(n) has the same parity as n for all stable elements except beryllium (n=4, a(n)=9), nitrogen (n=7, a(n)=14) and platinum (n=78, a(n)=195). - _David Terr_, Apr 07 2009 %E A007656 Name clarified by _Stanislav Sykora_ and _Jon E. Schoenfield_, May 04 2015 %E A007656 Corrected and extended by _Jinyuan Wang_, Mar 16 2019