login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108212 Sequence that approximates the binding energy of last nucleon curve. 0
399404041, 156868, 13421, 3518, 1478, 800, 505, 353, 265, 209, 172, 146, 127, 113, 102, 93, 86, 80, 76, 72, 68, 65, 63, 61, 59, 57, 56, 55, 54, 53, 52, 51, 50, 50, 49, 49, 49, 48, 48, 48, 47, 47, 47, 47, 47, 47, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, 47 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

With K as the scale the relationship is approximately: K*Floor[P[n]]=Abs[Ebinding]/A As this sum is modeled om the PrimePi[n] asymptotic : Pi[n]=(n/Log[n])*Sum[i!/log[n]^i,{i,0.4}] it appears that nuclear binding energy is related to Prime theory in some way. It's upside down, but the curves are very alike. The curve is standard in nuclear physic beginning texts in the 50's and 60's.

REFERENCES

W. E. Burcham, Nuclear Physics, 1963, McGraw Hill Co. Inc., New York, Fig 10.1 page 384.

L. Rosenfeld, Nuclear Forces II, 1949, InterScience Publishers, New York, Fig 3.221-1.

LINKS

Author?, Title?

Author?, Title?

Author?, Title?

FORMULA

p[n_] = (n/(Log[n] - 1))*Sum[i!/(Log[n] - 1)^i, {i, 0, 5}] a(n) = Floor[p[n]]

MATHEMATICA

p[n_] = (n/(Log[n] - 1))*Sum[i!/(Log[n] - 1)^i, {i, 0, 5}] a = Table[Floor[p[n]], {n, 3, 204}] ListPlot[a]

CROSSREFS

Sequence in context: A015369 A103773 A172602 * A103124 A038132 A101770

Adjacent sequences:  A108209 A108210 A108211 * A108213 A108214 A108215

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 15 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.