proposed
approved
proposed
approved
editing
proposed
T. R. Van Oppolzer, <a href="http://www.archive.org/stream/lehrbuchzurbahnb02oppo#page/23/mode/1up">Lehrbuch zur Bahnbestimmung der Kometen und Planeten</a>, Vol. 2, Engelmann, Leipzig, 1880, p. 23.
a(n) = denomdenominator(A001824(n-1)*(-1)^(n-1)/(2^(2*n-3)*(2*n)!)). - Sean A. Irvine, Mar 29 2014
approved
editing
editing
approved
W. G. Bickley and J. C. P. Miller, <a href="/A002551/a002551.pdf">Numerical differentiation near the limits of a difference table</a>, Phil. Mag., 33 (1942), 1-12 (plus tables) [Annotated scanned copy]
approved
editing
proposed
approved
editing
proposed
W. G. Bickley and J. C. P. Miller, Numerical differentiation near the limits of a difference table, Phil. Mag., 33 (1942), 1-12 (plus tables).
T. R. Van Oppolzer, Lehrbuch zur Bahnbestimmung der Kometen und Planeten, Vol. 2, Engelmann, Leipzig, 1880, p. 23.
W. G. Bickley and J. C. P. Miller, <a href="http://dx.doi.org/10.1080/14786444208521334">Numerical differentiation near the limits of a difference table</a>, Phil. Mag., 33 (1942), 1-12 (plus tables).
proposed
editing
editing
proposed
a(n) is the denominator of (-1)^(n-1)*Cn-1{1^2..(2n-1)^2}/((2n)!*2^(2n-3)), where Cn{1^2..(2n+1)^2} is equal to 1 when n=0, otherwise, it is the sum of the products of all possible combinations, of size n, of the numbers (2k+1)^2 with k=0,1,..,n. - _Ruperto Corso, _, Dec 15 2011
a(n) = denom(A001824(n-1)*(-1)^(n-1)/(2^(2*n-3)*(2*n)!)). - _Sean A. Irvine, _, Mar 29 2014
with(combinat): a:=n->add(mul(k, k=j), j=choose([seq((2*i-1)^2, i=1..n)], n-1))*(-1)^(n-1)/(2^(2*n-3)*(2*n)!): seq(denom(a(n)), n=1..20); # _Ruperto Corso, _, Dec 15 2011
proposed
editing