login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131121 a(n) = A131120(n+1)/n. 2
1, 1, 1, 1, 2, 2, 12, 12, 12, 12, 120, 120, 1440, 1440, 10080, 30240, 60480, 60480, 120960, 120960, 2419200, 7257600, 79833600, 79833600, 479001600, 479001600, 12454041600, 12454041600, 174356582400, 174356582400, 5230697472000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MAPLE
A131120 := proc(n) option remember ; if n = 1 then 1; else (n-1)!/lcm(seq(A131120(i), i=1..n-1)) ; fi ; end: A131121 := proc(n) A131120(n+1)/n ; end: seq(A131121(n), n=1..40) ; # R. J. Mathar, Oct 17 2007
CROSSREFS
Cf. A131120.
Sequence in context: A339297 A196061 A342582 * A232853 A328520 A055772
KEYWORD
nonn
AUTHOR
Leroy Quet, Jun 15 2007
EXTENSIONS
More terms from R. J. Mathar, Oct 17 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)