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!)
A179442 a(n) = ((n-1)! * (n+1)!) / n. 1
2, 3, 16, 180, 3456, 100800, 4147200, 228614400, 16257024000, 1448500838400, 158018273280000, 20713561989120000, 3212195459235840000, 581636820654489600000, 121600871304831959040000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Product_{k=1..n} (k * A020725(k)) / (n^2) = Product_{k=1..n} (k * (k+1)) / (n^2).
a(n) = A175430(n) / n = A001044(n-1) * (n+1) = ((n -1)^2)! * (n+1).
G.f.: 1 + G(0), where G(k)= 1 + x*(k+1)/(1 - (k+2)/(k+2 + 1/G(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Jul 08 2013
From Amiram Eldar, Jan 18 2021: (Start)
Sum_{n>=1} 1/a(n) = BesselI(2,2) + BesselI(3,2) = A229020 + A261879.
Sum_{n>=1} (-1)^(n+1)/a(n) = BesselJ(2,2) - BesselJ(3,2). (End)
EXAMPLE
a(5) = ((5-1)! * (5+1)!) / 5 = (4! * 6!) / 5 = (24 * 720) / 5 = 17280 / 5 = 3456.
a(5) = ((5 -1)!^2) * (5+1) = 24^2 * 6 = 3456.
MATHEMATICA
Table[(n - 1)!*(n + 1)!/n, {n, 1, 15}] (* Amiram Eldar, Jan 18 2021 *)
PROG
(PARI) a(n) = (n-1)!^2*(n+1) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
Sequence in context: A006247 A052318 A141309 * A299424 A215638 A057997
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 14 2010
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)