login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108135 Least number (n+1)(n+2)(n+3)...(n+k) >= n^n. 1
2, 12, 120, 1680, 30240, 55440, 1235520, 32432400, 17643225600, 33522128640, 1279935820800, 1295295050649600, 2490952020480000, 124903451312640000, 6761440164390912000, 12576278705767096320000, 24412776311194951680000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a:=proc(n) local S, k: S:={}: for k from 1 to n do if product(n+i, i=1..k)>n^n then S:=S union {product(n+i, i=1..k)} else S:=S fi: od; S[1]: end: seq(a(n), n=1..20); # Emeric Deutsch, Aug 03 2005
CROSSREFS
Cf. A108141.
Sequence in context: A226758 A214770 A081470 * A097388 A001813 A215188
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jul 23 2005
EXTENSIONS
More terms from Emeric Deutsch, Aug 03 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 19:21 EDT 2024. Contains 371754 sequences. (Running on oeis4.)