login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A273507 T(n, m), denominators of coefficients in a power/Fourier series expansion of the plane pendulum's exact phase space trajectory. 11

%I #24 Jun 13 2016 03:45:25

%S 6,45,72,630,30,144,14175,56700,3240,10368,467775,42525,45360,3888,

%T 62208,42567525,2910600,145800,272160,31104,746496,1277025750,

%U 3831077250,471517200,729000,13996800,559872,497664,97692469875,114932317500,10945935000,20207880000,4199040,124416,746496,23887872

%N T(n, m), denominators of coefficients in a power/Fourier series expansion of the plane pendulum's exact phase space trajectory.

%C Triangle read by rows ( see example ). The numerator triangle is A274076.

%C Comments of A273506 give a definition of the fraction triangle, which determines an arbitrary-precision solution to the simple pendulum equations of motion. For more details see "Plane Pendulum and Beyond by Phase Space Geometry" (Klee, 2016).

%H Bradley Klee, <a href="http://arxiv.org/abs/1605.09102">Plane Pendulum and Beyond by Phase Space Geometry</a>, arXiv:1605.09102 [physics.class-ph], 2016.

%e n/m 1 2 3 4

%e ------------------------------

%e 1 | 6

%e 2 | 45, 72

%e 3 | 630, 30, 144

%e 4 | 14175, 56700, 3240, 10368

%e ------------------------------

%t R[n_] := Sqrt[4 k] Plus[1, Total[k^# R[#, Q] & /@ Range[n]]]

%t Vq[n_] := Total[(-1)^(# - 1) (r Cos[Q] )^(2 #)/((2 #)!) & /@ Range[2, n]]

%t RRules[n_] := With[{H = ReplaceAll[1/2 r^2 + (Vq[n + 1]), {r -> R[n]}]},

%t Function[{rules}, Nest[Rule[#[[1]], ReplaceAll[#[[2]], rules]] & /@ # &, rules, n]][

%t Flatten[R[#, Q] -> Expand[(-1/4) ReplaceAll[

%t Coefficient[H, k^(# + 1)], {R[#, Q] -> 0}]] & /@ Range[n]]]]

%t RCoefficients[n_] := With[{Rn = ReplaceAll[R[n], RRules[n]]}, Function[{a},

%t Coefficient[Coefficient[Rn/2/Sqrt[k], k^a],

%t Cos[Q]^(2 (a + #))] & /@ Range[a]] /@ Range[n]]

%t Flatten[Denominator@RCoefficients[10]]

%Y Numerators: A273506. Time Dependence: A274076, A274078, A274130, A274131. Elliptic K: A038534, A056982. Cf. A000984, A001790, A038533, A046161, A273496.

%K nonn,tabl,frac

%O 1,1

%A _Bradley Klee_, May 23 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)