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.

A174549 a(n) = (2*n-1)! + (2*n)!.

Original entry on oeis.org

3, 30, 840, 45360, 3991680, 518918400, 93405312000, 22230464256000, 6758061133824000, 2554547108585472000, 1175091669949317120000, 646300418472124416000000, 418802671169936621568000000, 315777214062132212662272000000, 274094621805930760590852096000000
Offset: 1

Views

Author

Paul Curtz, Mar 22 2010

Keywords

Comments

x*cos(x) - sin(x) = Sum_{n>=1} (-1)^n/a(n) * x^(2*n+1). - James R. Buddenhagen, Nov 21 2013
Also the number of adjacency matrices for the n-helm graph. - Eric W. Weisstein, May 25 2017

Crossrefs

Programs

Formula

a(n) = A001048(2n) = (1+2n)*(2n-1)! = 3*A165457(n-1).
Sum_{n>=1} 1/a(n) = A068985 = 1/e = lim_{n->infinity} A000255(n-1)/A001048(n).
zeta(2*n+1) = Integral_{u=0..Pi/2} (sin(u)*log(sin(u))^(2*n+1)/(cos(u)^3))*(-2)^(2*n+1)/(n*a(n)) du. Verified for n=1 to 4 on Wolfram Alpha. - Jean-Claude Babois, Oct 28 2014
Sum_{n>=1} (-1)^(n+1)/a(n) = sin(1)-cos(1) = (-1)*A143624. - Amiram Eldar, Apr 12 2021