OFFSET
1,2
COMMENTS
This is poorly defined, even with the caveats of A007656, for the highest atomic numbers (with no stable isotopes) and the values given are with respect to Earth, as different planets presumably have slightly different isotopic ratios.
EXAMPLE
a(1) = round(1.0080/1) = 1 = mean atomic weight of hydrogen (protium + deuterium + tritium).
a(2) = round((1.0080+4.003)/2) = round(5.011/2) = round(2.5055) = 3.
MATHEMATICA
Needs["Miscellaneous`ChemicalElements`"]
Table[ Round[ Sum[ AtomicWeight(AT)Elements[[i]], {i, n}]/n], {n, 111}] (* Robert G. Wilson v, Sep 02 2006 *)
CROSSREFS
KEYWORD
nonn,fini,less
AUTHOR
Jonathan Vos Post, Aug 26 2006
EXTENSIONS
More terms from Robert G. Wilson v, Sep 02 2006
Edited by N. J. A. Sloane, Sep 14 2006
STATUS
approved