login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084915 n!^2*n. 3
0, 1, 8, 108, 2304, 72000, 3110400, 177811200, 13005619200, 1185137049600, 131681894400000, 17526860144640000, 2753310393630720000, 504085244567224320000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Used to prove that sum{n=1,oo,1/A002378(n)}=1. Examining sum{n=1,k,1/A002378(n)} gives 1/2, 1/2+1/6, 1/2+1/6+1/12. Simplifying gives 1/2, 8/12, 108/144, where the numerators are this sequence and the denominators are A010790. Therefore we have k!^2*k/k!(k+1)! = k*k!/(k+1)!=k/(k+1), which tends to 1 as k tends to infinity.

FORMULA

n!(n+1)!-n!^2

EXAMPLE

a(3)=3!^2*3=36*3=108

MAPLE

seq(add((count(Permutation(k)))^2, k=1..n), n=0..13); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 17 2006

PROG

(PARI) for(n=1, 50, print1(n!^2*n", "))

CROSSREFS

Cf. A002378, A010790.

Sequence in context: A193678 A184267 A099699 * A138456 A095917 A098623

Adjacent sequences:  A084912 A084913 A084914 * A084916 A084917 A084918

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jul 14 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:28 EST 2012. Contains 205962 sequences.