Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090902
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090902 Floor[(product of first n triangular numbers)/(sum of first n factorials)]. +0
2
1, 1, 2, 5, 17, 64, 268, 1236, 6286, 35031, 212401, 1392489, 9817398, 74078419, 595722994, 5086611025, 45961503660, 438168680119, 4395396953168, 46281082011630 (list; graph; listen)
OFFSET

1,3

COMMENT

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.

Adjacent sequences: A090899 A090900 A090901 this_sequence A090903 A090904 A090905

Sequence in context: A112832 A003456 A109084 this_sequence A123166 A052539 A008932

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research