login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A162992
The second right hand column of triangle A162990.
2
36, 144, 1600, 32400, 1016064, 45158400, 2687385600, 205752960000, 19670999040000, 2294425328025600, 320461058211840000, 52778155948277760000, 10118415696592896000000, 2233485391313240064000000
OFFSET
2,1
FORMULA
a(n) = ((n+1)!/(n-1))^2 for n = 2, 3, ... .
a(n) = A052747(n+1)^2.
MATHEMATICA
Array[((#+1)!/(#-1))^2 &, 20, 2] (* Paolo Xausa, Apr 01 2024 *)
CROSSREFS
A052747(n+1) equals the square root of a(n).
A162991 is the first right hand column of triangle A162990.
Sequence in context: A110754 A299854 A154711 * A037072 A370453 A076432
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Jul 21 2009
STATUS
approved