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

 


a(n) = A259110(n)*A259323(n) - A259319(n)^2.
1

%I #19 Aug 16 2015 12:04:01

%S 0,2304,290304,6386688,65235456,424030464,2038772736,7894388736,

%T 25960393728,75123949824,196144058880,470584857600,1051840857600,

%U 2213790808320,4424337967104,8453141250048,15525242320896,27535076464896,47338548401664,79144486327296

%N a(n) = A259110(n)*A259323(n) - A259319(n)^2.

%H Colin Barker, <a href="/A259321/b259321.txt">Table of n, a(n) for n = 1..1000</a>

%H J. L. Bailey, Jr., <a href="http://dx.doi.org/10.1214/aoms/1177732978">A table to facilitate the fitting of certain logistic curves</a>, Annals Math. Stat., 2 (1931), 355-359.

%H J. L. Bailey, <a href="/A002309/a002309.pdf">A table to facilitate the fitting of certain logistic curves</a>, Annals Math. Stat., 2 (1931), 355-359. [Annotated scanned copy]

%H <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).

%F a(n) = (4096*n^10-15360*n^8+16128*n^6-5440*n^4+576*n^2)/525. - _Colin Barker_, Jun 29 2015

%F G.f.: -2304*x^2*(x+1)*(x^6+114*x^5+1327*x^4+3260*x^3+1327*x^2+114*x+1) / (x-1)^11. - _Colin Barker_, Jun 29 2015

%e n=3: 290304 = 70*32710 - 1414^2.

%t LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {0, 2304, 290304, 6386688, 65235456, 424030464, 2038772736, 7894388736, 25960393728, 75123949824, 196144058880}, 30] (* _Vincenzo Librandi_, Jun 29 2015 *)

%o (PARI) concat(0, Vec(-2304*x^2*(x +1)*(x^6 +114*x^5 +1327*x^4 +3260*x^3 +1327*x^2 +114*x +1) / (x -1)^11 + O(x^100))) \\ _Colin Barker_, Jun 29 2015

%Y Cf. A259110, A259323, A259319.

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_, Jun 24 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 03:45 EDT 2024. Contains 376185 sequences. (Running on oeis4.)