|
Search: id:A109892
|
|
|
| A109892 |
|
a(n) = least integer of the form (n!+1)(n!+2)...(n!+k)/n!. |
|
+0 2
|
|
| 2, 6, 84, 20475, 234531275, 199200973555045, 16481425431663122588749, 173392935733620216899469862542865, 300717095810709134168380432250652303057474577
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
k <= n. Subsidiary sequence: n such that k < n.
|
|
EXAMPLE
|
a(4)=25*26*27*28/24=20475.
|
|
MAPLE
|
A109892 := proc(n) local k, fn; k := 1; fn := n! ; while mul(fn+i, i=1..k) mod fn <> 0 do k := k+1; od ; RETURN(mul(fn+i, i=1..k)/fn) ; end: seq(A109892(n), n=1..10) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 15 2007
|
|
CROSSREFS
|
Sequence in context: A114552 A055706 A118537 this_sequence A055702 A128265 A087277
Adjacent sequences: A109889 A109890 A109891 this_sequence A109893 A109894 A109895
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 13 2005
|
|
EXTENSIONS
|
Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 15 2007
|
|
|
Search completed in 0.002 seconds
|