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.

A002867 a(n) = binomial(n,floor(n/2))*(n+1)!.

Original entry on oeis.org

1, 2, 12, 72, 720, 7200, 100800, 1411200, 25401600, 457228800, 10059033600, 221298739200, 5753767219200, 149597947699200, 4487938430976000, 134638152929280000, 4577697199595520000, 155641704786247680000, 5914384781877411840000, 224746621711341649920000
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000246.

Programs

  • Mathematica
    Table[Binomial[n,Floor[n/2]](n+1)!,{n,0,20}] (* Harvey P. Dale, Sep 04 2018 *)

Formula

a(n) = 2^n * A000246(n+1).
E.g.f.: 1/(sqrt(1+2*x)*(1-2*x)^(3/2)) = 1/(sqrt(1-4*x^2)*(1-2*x)). - Paul Barry, Jul 22 2005
Conjecture: a(n) - 2*a(n-1) - 4*n*(n-1)*a(n-2) = 0. - R. J. Mathar, Nov 24 2012
Sum_{n>=0} 1/a(n) = (StruveL(-1,1/2) + StruveL(0,1/2))*Pi/2, where StruveL is the modified Struve function. - Amiram Eldar, Aug 15 2025

Extensions

More terms from James Sellers, Jul 10 2000