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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001194 a(n) = A059366(n,n-2) = A059366(n,2) for n >= 2, where the triangle A059366 arises in the expansion of a trigonometric integral.
(Formerly M2826 N1139)
1
3, 9, 54, 450, 4725, 59535, 873180, 14594580, 273648375, 5685805125, 129636356850, 3217338674550, 86331921100425, 2490343877896875, 76844896803675000, 2525635608280785000, 88081541838792376875, 3248654513701342370625 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Old name was: Expansion of an integral.
REFERENCES
L. Comtet, Advanced Combinatorics, Reidel, 1974, pp. 166-167.
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).
LINKS
Louis Comtet, Fonctions génératrices et calcul de certaines intégrales, Publikacije Elektrotechnickog faculteta - Serija Matematika i Fizika, No. 181/196 (1967), 77-87; see p. 85.
FORMULA
a(n) = (2*n - 1)*a(n-1) - 3*(n - 1)*(2*n - 7)!! for n > 3. - Sean A. Irvine, Mar 23 2012
a(n) = 3*n*(n-1)*(2*n-4)!/(2^(n-1)*(n-2)!) for n >= 2. - Vaclav Kotesovec, Jan 05 2014
a(n) = binomial(-1/2, 2) * binomial(-1/2, n-2) * (-1)^n * n! * 2^n for n >= 2. - Petros Hadjicostas, May 13 2020
a(n) ~ sqrt(2)*(3/8)*(2*n/e)^n. - Peter Luschny, May 14 2020
MATHEMATICA
Table[3*n*(n-1)*(2*n-4)!/(2^(n-1)*(n-2)!), {n, 2, 20}] (* Vaclav Kotesovec, Jan 05 2014 *)
CROSSREFS
Sequence in context: A212418 A337039 A025226 * A032179 A233189 A175117
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Mar 22 2012
New name by Petros Hadjicostas, May 13 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)