|
25 | 25 | ``` |
26 | 26 | %I A395423 |
27 | 27 | %S A395423 3,6,17,116 |
28 | | -%N A395423 Dimensions of the Poisson-bracket Lie algebra generated by the pairwise interaction Hamiltonians of a 3-body system with a singular pairwise potential. |
29 | | -%C A395423 a(n) = dim L_n where L_0 = span{H_{12}, H_{13}, H_{23}}, L_{n+1} = L_n + {L_n, L_n} (vector-space sum), and {.,.} is the canonical Poisson bracket on the symplectic 6N-dimensional phase space (positions x_i, conjugate momenta p_i). |
30 | | -%C A395423 The sequence is invariant under the choice of singular pairwise potential V(r). Verified for V(r) = 1/r (Newtonian gravity), 1/r^2 (Calogero-Moser), 1/r^3, log(r), Yukawa exp(-mu*r)/r, and several composite potentials of the form sum_k c_k/r^{p_k}. |
| 28 | +%N A395423 a(n) is the dimension of the n-th nested-bracket span of the three pairwise interaction energies of a planar three-body system, computed under the Poisson bracket of classical mechanics. |
| 29 | +%C A395423 Setting: classical mechanics of three point particles in a plane interacting through a pairwise potential V(r) that depends only on the distance r between particles. Each unordered pair (i,j) contributes an interaction energy H_{ij} = V(r_{ij}). The Poisson bracket {f, g} is the standard antisymmetric bilinear operation on functions of positions and momenta defined by {f, g} = sum_i (df/dx_i * dg/dp_i - df/dp_i * dg/dx_i). See the references in the %H section for background on Poisson brackets, Lie algebras, and the n-body problem. |
| 30 | +%C A395423 Construction: let L_0 = span{H_{12}, H_{13}, H_{23}}. Define L_{n+1} = L_n + {L_n, L_n} (vector-space sum, where {L_n, L_n} denotes the span of all pairwise Poisson brackets of elements of L_n). Then a(n) = dim L_n. |
| 31 | +%C A395423 The sequence is invariant under the choice of singular pairwise potential V(r). Verified for V(r) = 1/r (Newtonian gravity), 1/r^2 (Calogero-Moser model), 1/r^3, log(r), Yukawa exp(-mu*r)/r, and several composite potentials of the form sum_k c_k/r^{p_k}. |
31 | 32 | %C A395423 The sequence is also invariant under (a) the spatial dimension d in {1, 2, 3}, (b) the choice of three unequal positive masses, and (c) the addition of a quadratic harmonic term in the potential (which by itself produces the closed sequence 3, 6, 13, 15, 15; see AYYYYYY). |
32 | 33 | %C A395423 a(0) = 3 is the number of unordered pairs in N=3 bodies, A000217(2). a(1) = 6 = N(3N-5)/2 with N=3, matching A095794(2). a(2) = 17 has no obvious closed-form interpretation. a(3) = 116 was computed exactly by symbolic SVD over a phase-space grid with rank gap > 1e10 (Python) and confirmed by exact rational rank in Mathematica using a SparseArray over Rationals. CPU time: ~40 seconds in Mathematica 14.3. |
33 | 34 | %C A395423 a(4) is currently being computed; the conjectured lower bound from numerical experiments is a(4) >= 5604. |
34 | 35 | %H A395423 Brian Sheppard, <a href="https://github.com/bshepp/3body-poisson-algebra">3body-poisson-algebra</a> (GitHub repository). |
35 | 36 | %H A395423 Brian Sheppard, <a href="https://github.com/bshepp/3body-poisson-algebra/blob/main/mathematica/poisson_n3_d2.wl">Mathematica reproduction script</a>. |
36 | 37 | %H A395423 Brian Sheppard, <a href="https://github.com/bshepp/3body-poisson-algebra/blob/main/nbody/symbolic_rank_nbody.py">Python (sympy) reproduction script</a>. |
37 | 38 | %H A395423 Brian Sheppard, <a href="https://github.com/bshepp/3body-poisson-algebra/blob/main/bench_flint/validation_summary.md">Independent CAS cross-validation summary</a>. |
| 39 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Poisson_bracket">Poisson bracket</a>. |
| 40 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Lie_algebra">Lie algebra</a>. |
| 41 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Hamiltonian_mechanics">Hamiltonian mechanics</a>. |
| 42 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/N-body_problem">n-body problem</a>. |
| 43 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Three-body_problem">Three-body problem</a>. |
| 44 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Symplectic_manifold">Symplectic manifold</a>. |
| 45 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Calogero%E2%80%93Moser%E2%80%93Sutherland_model">Calogero-Moser-Sutherland model</a>. |
| 46 | +%H A395423 Wikipedia, <a href="https://en.wikipedia.org/wiki/Yukawa_potential">Yukawa potential</a>. |
| 47 | +%H A395423 V. I. Arnold, <a href="https://link.springer.com/book/10.1007/978-1-4757-2063-1">Mathematical Methods of Classical Mechanics</a>, 2nd ed., Graduate Texts in Mathematics 60, Springer, 1989. (Poisson bracket: Section 40; symplectic structure: Chapter 8.) |
38 | 48 | %F A395423 a(0) = 3 = C(3, 2). a(1) = 6 = 3*(3*3-5)/2 = A095794(2). |
39 | 49 | %F A395423 No closed form is currently known for a(n) with n >= 2. |
40 | 50 | %e A395423 a(0) = 3: the three pairwise Hamiltonians H_{12}, H_{13}, H_{23} are linearly independent. |
|
49 | 59 | %o A395423 (Python) # alg = NBodyAlgebra(N=3, d=2, potential='1/r') |
50 | 60 | %o A395423 (Python) # print([alg.level_dim(k) for k in range(4)]) |
51 | 61 | %o A395423 (Python) # ==> [3, 6, 17, 116] |
| 62 | +%o A395423 (SageMath) # Requires SageMath >= 9.x. See sage/poisson_n3_d2.sage in the GitHub repo for the full engine. |
| 63 | +%o A395423 (SageMath) # Builds the Poisson algebra over the fraction field of QQ[x1,y1,...,u12,u13,u23] and computes exact rank via Matrix(QQ, ..., sparse=True).rank() (FLINT-backed). |
| 64 | +%o A395423 (SageMath) # sage: load('sage/poisson_n3_d2_engine.sage') |
| 65 | +%o A395423 (SageMath) # sage: print([build_algebra('1/r', k)['cumulative_rank'][-1] for k in range(4)]) |
| 66 | +%o A395423 (SageMath) # ==> [3, 6, 17, 116] |
52 | 67 | %Y A395423 Cf. A000217 (a(0) = C(3,2) = A000217(2)), A095794 (a(1) = 6 = A095794(2)). |
53 | 68 | %Y A395423 Cf. AYYYYYY (the harmonic 3-body analog 3, 6, 13, 15, 15 which is finite). |
54 | 69 | %Y A395423 Cf. AZZZZZZ (the 4-body analog 6, 14, 62, 1260). |
|
83 | 98 | - [ ] Confirm GitHub repo URL is publicly readable |
84 | 99 | - [ ] Confirm the cited commit hash (or branch) of the repo is stable |
85 | 100 | enough to link |
| 101 | + |
| 102 | +## Responding to editor feedback (2026-05-05) |
| 103 | + |
| 104 | +**Sean A. Irvine wrote:** "This submission contains a lot of terminology |
| 105 | +which will not be accessible to most readers. Could you please give some |
| 106 | +relevant literature references (or Wikipedia entries) for this topic?" |
| 107 | + |
| 108 | +This is a fair editorial request. Two-part response: |
| 109 | + |
| 110 | +### Part 1 — Update the draft (do this first) |
| 111 | + |
| 112 | +The Name and Comments above have been reworded to be approachable to a |
| 113 | +non-physicist reader, and a block of `%H` links has been added pointing |
| 114 | +at the relevant Wikipedia articles plus one canonical textbook |
| 115 | +reference (Arnold, *Mathematical Methods of Classical Mechanics*). Open |
| 116 | +the draft on OEIS, paste the revised `%N`/`%C`/`%H` blocks, and save |
| 117 | +(keep status as **Editing** until ready, then return it to **Proposed**). |
| 118 | + |
| 119 | +### Part 2 — Reply in the Pink Box (in your own words) |
| 120 | + |
| 121 | +OEIS [AI policy](https://oeis.org/wiki/Use_of_AI_for_OEIS_Submissions) |
| 122 | +requires that Pink Box editor-query replies be written by you, not |
| 123 | +pasted from an LLM. Write something like: |
| 124 | + |
| 125 | +> Thank you for the feedback. I have reworded the Name and the first |
| 126 | +> Comment to be accessible to a general reader, and I have added Wikipedia |
| 127 | +> links for Poisson bracket, Lie algebra, Hamiltonian mechanics, the |
| 128 | +> n-body problem, the three-body problem, symplectic manifolds, and the |
| 129 | +> two specific potentials I mention by name (Calogero–Moser and Yukawa). |
| 130 | +> I have also cited Arnold's *Mathematical Methods of Classical |
| 131 | +> Mechanics* as a canonical textbook reference for the Poisson bracket |
| 132 | +> and the symplectic structure on phase space. Please let me know if any |
| 133 | +> sections still need further clarification. |
| 134 | +
|
| 135 | +Use your own phrasing — the substance is: (a) acknowledged the |
| 136 | +feedback, (b) reworded `%N`/`%C`, (c) added Wikipedia + Arnold to |
| 137 | +`%H`, (d) invited follow-up. |
0 commit comments