Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094307
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094307 The k-th term of the n-th row of the following triangle is the least common multiple of all numbers from 1 to n except k. 1 2 1 6 3 2 12 12 4 6 60 60 20 30 12 60 60 60 30 12 60 ... Sequence contains the triangle by rows. +0
3
1, 2, 1, 6, 3, 2, 12, 12, 4, 6, 60, 60, 20, 30, 12, 60, 60, 60, 30, 12, 60, 420, 420, 420, 210, 84, 420, 60, 840, 840, 840, 840, 168, 840, 120, 420, 2520, 2520, 2520, 2520, 504, 2520, 360, 1260, 840, 2520, 2520, 2520, 2520, 2520, 2520, 360, 1260, 840, 2520, 27720 (list; table; graph; listen)
OFFSET

1,2

COMMENT

The leading diagonal and the first column are given by A003418 with a suitable offset 0 or 1.

MAPLE

A094307 := proc(n, k) local a, i ; if n = 1 then RETURN(1) ; elif k > 1 and k < n then a := [seq(i, i=1..k-1), seq(i, i=k+1..n)] ; elif k = n then a := [seq(i, i=1..k-1)] ; else a := [seq(i, i=2..n)] ; fi ; ilcm(op(a)) ; end: for n from 1 to 15 do for k from 1 to n do printf("%d, ", A094307(n, k)) ; od ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007

CROSSREFS

Cf. A094308.

Sequence in context: A158442 A120435 A125901 this_sequence A097905 A094310 A165908

Adjacent sequences: A094304 A094305 A094306 this_sequence A094308 A094309 A094310

KEYWORD

nonn,tabl

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 29 2004

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007

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 December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research