cp's OEIS Frontend

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.

A100510 Bisection of A005425.

This page as a plain text file.
%I A100510 #8 Apr 02 2023 09:37:36
%S A100510 2,14,142,1850,29186,538078,11317646,266906858,6965034370,
%T A100510 199037675054,6176578272782,206703355298074,7416522514174082,
%U A100510 283886725100730110,11542917975992870926,496687811705758019018,22543169666612417313026
%N A100510 Bisection of A005425.
%H A100510 G. C. Greubel, <a href="/A100510/b100510.txt">Table of n, a(n) for n = 0..390</a>
%F A100510 a(n) = (-i/sqrt(2))^(2*n+1)*hermite(2*n+1, i*sqrt(2)). - _G. C. Greubel_, Apr 01 2023
%t A100510 Table[(-I/Sqrt[2])^(2*n+1)*HermiteH[2*n+1, I*Sqrt[2]], {n,0,40}] (* _G. C. Greubel_, Apr 01 2023 *)
%o A100510 (Magma) [n le 2 select 2*(6*n-5) else (4*n-1)*Self(n-1) - 2*(n-2)*(2*n-3)*Self(n-2): n in [1..40]]; // _G. C. Greubel_, Apr 01 2023
%o A100510 (SageMath) [(-i/sqrt(2))^(2*n+1)*hermite(2*n+1, i*sqrt(2)) for n in range(41)] # _G. C. Greubel_, Apr 01 2023
%Y A100510 Cf. A005425, A093620.
%K A100510 nonn,easy
%O A100510 0,1
%A A100510 _N. J. A. Sloane_, Nov 24 2004
%E A100510 More terms from _Hugo Pfoertner_, Nov 25 2004