|
| |
|
|
A093431
|
|
a(n)=sum_{k=1..n}(LCM(n,n-1,...,n-k+2,n-k+1)/LCM(1,2,...,k)).
|
|
11
| |
|
|
1, 3, 7, 13, 31, 38, 113, 165, 265, 420, 1607, 1004, 3979, 6893, 4205, 8665, 40903, 49558, 315477, 162320, 79179, 269877, 1647123, 937552, 1810091, 8445653, 7791355, 3978237, 33071543, 19578860, 283536169, 327438713, 117635955
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Comment from Jeremy Gardiner, Dec 28 2008: The following sequences all appear to have the same parity: A003071, A029886, A061297, A092524, A093431, A102393, A104258, A122248, A128975.
|
|
|
MAPLE
| a:=n->add(lcm(seq(i, i=n-k+1..n))/lcm(seq(j, j=1..k)), k=1..n): seq(a(n), n=1..40); (Deutsch)
|
|
|
CROSSREFS
| Cf. A093430, A093432, A093433.
Row sums of A093430.
Sequence in context: A100750 A105435 A117708 * A083520 A162869 A079018
Adjacent sequences: A093428 A093429 A093430 * A093432 A093433 A093434
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 31 2004
|
|
|
EXTENSIONS
| Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 30 2006
|
| |
|
|