login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A093920
Row sums of A093919.
1
1, 4, 15, 40, 205, 276, 1939, 4432, 13689, 18100, 199111, 200784, 2610205, 3136420, 3191595, 7012576, 119213809, 137103012, 2604957247, 2605199080, 2608367181, 3084857644, 70951725835, 71062911792, 355315542025, 442803520276
OFFSET
1,2
MATHEMATICA
T[n_, k_] := LCM @@ Drop[ Reverse[ Range[n]], (k - n)]; Table[ Plus @@ Table[ T[n, k], {k, n}], {n, 26}] (* Robert G. Wilson v, Apr 27 2004 *)
CROSSREFS
Cf. A093919.
Sequence in context: A031164 A116600 A074033 * A342352 A011844 A075468
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 25 2004
EXTENSIONS
Edited by Robert G. Wilson v, Apr 27 2004
STATUS
approved