[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A104203 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Expansion of the sine lemniscate function sl(x).
(history; published version)
#44 by Alois P. Heinz at Sun Sep 01 18:27:15 EDT 2024
STATUS

proposed

approved

#43 by Jason Yuen at Sun Sep 01 16:51:14 EDT 2024
STATUS

editing

proposed

#42 by Jason Yuen at Sun Sep 01 16:50:56 EDT 2024
FORMULA

sl^(-1)(x) := int Integral_{s=0..x} 1/sqrt(1-s^4)) ds = x + x^5/10 + x^9/24 + 5*x^13/208 + ....

The coefficients in this expansion can be calculated using nested derivatives as follows (see [Dominici, Theorem 4.1]): Let f(x) = sqrt(1-x^4). Define the nested derivative D^n[f](x) by means of the recursion

STATUS

approved

editing

#41 by Michael De Vlieger at Fri Jul 05 10:24:10 EDT 2024
STATUS

reviewed

approved

#40 by Michel Marcus at Fri Jul 05 10:16:04 EDT 2024
STATUS

proposed

reviewed

#39 by Michael De Vlieger at Fri Jul 05 10:11:53 EDT 2024
STATUS

editing

proposed

#38 by Michael De Vlieger at Fri Jul 05 10:11:50 EDT 2024
LINKS

S. Binski, and T. R. Hagedorn, <a href="http://www.tcnj.edu/~hagedorn/papers/CapstonePapers/Binski/CapstoneBinskiLemniscate.pdf">Constructions on the Lemniscate</a>

D. Diego Dominici, <a href="http://arxiv.org/abs/math/0501052">Nested derivatives: A simple method for computing series expansions of inverse functions</a>, arXiv:math/0501052v2 [math.CA], 2005.

Markus Kuba, and Alois Panholzer, <a href="http://arxiv.org/abs/1411.4587">Combinatorial families of multilabelled increasing trees and hook-length formulas</a>, arXiv:1411.4587 [math.CO], 2014.

Erik Vigren, and Andreas Dieckmann, <a href="https://doi.org/10.3390/sym12061040">Simple Solutions of Lattice Sums for Electric Fields Due to Infinitely Many Parallel Line Charges</a>, Symmetry (2020) Vol. 12, No. 6, 1040.

#37 by Michael De Vlieger at Fri Jul 05 10:09:18 EDT 2024
LINKS

Zachary P. Bradshaw and Christophe Vignat, <a href="https://arxiv.org/abs/2407.02365">Berndt-type Integrals: Unveiling Connections with Barnes Zeta and Jacobi Elliptic Functions</a>, arXiv:2407.02365 [math.CA], 2024. See p. 9.

STATUS

approved

editing

#36 by Michael Somos at Wed May 26 20:46:03 EDT 2021
STATUS

editing

approved

#35 by Michael Somos at Wed May 26 20:45:50 EDT 2021
MATHEMATICA

a[ n_] := If[ n < 0, 0, n! SeriesCoefficient[ JacobiSD[ x, 1/2] 2^((n - 1)/2), {x, 0, n}]]; (* Michael Somos, Jan 17 2017 *)

a[ n_] := If[ n < 0, 0, n! SeriesCoefficient[ JacobiSN[x, -1], {x, 0, n}]]; (* Michael Somos, May 26 2021 *)

STATUS

approved

editing

Discussion
Wed May 26
20:46
Michael Somos: Added more info.