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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093887 A093886(n)/(1!*2!*3!...n!). 1
1, 1, 2, 140, 105, 840840, 51051, 79755701025, 143400750442950, 122535439350874224675, 46705681584242830001657805, 65358008635496174751045143339993779875 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

a(4) = 140 = 8! /(1!*2!*3!*4!) = 40320/288.

MAPLE

a:=proc(n) local A, k: A:={}: for k from 1 to n*(n+1)/2 do if type(k!/product(j!, j=1..n), integer)=true then A:=A union {k} else A:=A fi od: A[1]!/product(i!, i=1..n); end: seq(a(n), n=1..14); # not necessarily the best Maple program (Deutsch)

CROSSREFS

Cf. A093886.

Sequence in context: A152509 A094482 A101232 * A152005 A140898 A120814

Adjacent sequences:  A093884 A093885 A093886 * A093888 A093889 A093890

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 23 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 03 2006

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 17 23:46 EST 2012. Contains 206085 sequences.