This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A360766 #47 Mar 16 2023 04:54:19 %S A360766 0,1,4,30,320,4400,73872,1462552,33325056,858283776,24641000000, %T A360766 779935205984,26972930949120,1011642325897216,40890444454377728, %U A360766 1771640957790000000,81896889467638120448,4022826671022707900416,209224123984489179202560 %N A360766 a(0) = 0; a(n) = ( (n + sqrt(n))^n - (n - sqrt(n))^n )/(2 * sqrt(n)). %F A360766 a(n) = Sum_{k=0..floor((n-1)/2)} n^(n-1-k) * binomial(n,2*k+1). %F A360766 a(n) = [x^n] x/(1 - 2*n*x + (n-1)*n*x^2). %F A360766 a(n) = n! * [x^n] exp(n * x) * sinh(sqrt(n) * x) / sqrt(n) for n > 0. %o A360766 (PARI) a(n) = polcoeff(lift(Mod('x, ('x-n)^2-n)^n), 1); \\ _Kevin Ryde_, Mar 16 2023 %Y A360766 Main diagonal of A361290. %Y A360766 Cf. A007070, A030192, A093145, A154237. %Y A360766 Cf. A084062. %K A360766 nonn,easy %O A360766 0,3 %A A360766 _Seiichi Manyama_, Mar 11 2023