login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131120 a(1)=1. a(n+1) = n!/LCM(a(1),a(2),...,a(n)). 2
1, 1, 2, 3, 4, 10, 12, 84, 96, 108, 120, 1320, 1440, 18720, 20160, 151200, 483840, 1028160, 1088640, 2298240, 2419200, 50803200, 159667200, 1836172800, 1916006400, 11975040000, 12454041600, 336259123200, 348713164800 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

The LCM of the first 7 terms is 60. So a(8) = 7!/60 = 84.

MAPLE

A131120 := proc(n) option remember ; if n = 1 then 1; else (n-1)!/lcm(seq(A131120(i), i=1..n-1)) ; fi ; end: seq(A131120(n), n=1..40) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 17 2007

CROSSREFS

Cf. A131121.

Sequence in context: A005456 A100773 A193775 * A115195 A095384 A177084

Adjacent sequences:  A131117 A131118 A131119 * A131121 A131122 A131123

KEYWORD

nonn

AUTHOR

Leroy Quet Jun 15 2007

EXTENSIONS

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.