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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090902 Floor[(product of first n triangular numbers)/(sum of first n factorials)]. 1
1, 1, 2, 5, 17, 64, 268, 1236, 6286, 35031, 212401, 1392489, 9817398, 74078419, 595722994, 5086611025, 45961503660, 438168680119, 4395396953168, 46281082011630 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Floor(sum (prod(n))/(Prod(sum (n)). Asymptotic formula?

FORMULA

Floor[A000178(n)^(1/n)]

EXAMPLE

a(4) = Floor[{(1)*(1+2)*(1+2+3)*(1+2+3+4)}/{(1)+(1*2)+(1*2*3)+(1*2*3*4)}]= 5.

MATHEMATICA

Do[Print[Floor[ Product[k*(k+1)/2, {k, 1, n}] / Sum[k!, {k, 1, n}] ]], {n, 1, 20}] (Propper)

CROSSREFS

Cf. A090901.

Sequence in context: A148416 A003456 A109084 * A150012 A150013 A123166

Adjacent sequences:  A090899 A090900 A090901 * A090903 A090904 A090905

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Dec 12 2003

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 18 2005

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 02:31 EST 2012. Contains 205978 sequences.