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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A180402 a(n) = lcm(1,...,Fibonacci(n)). 2
1, 1, 2, 6, 60, 840, 360360, 232792560, 144403552893600, 164249358725037825439200, 718766754945489455304472257065075294400, 33312720618553145840562713089120360606823375590405920630576000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also least period for number of ways of placing k non-attacking queens on an n X n chessboard. [conjectured by Kotesovec; proved for n <= 5. - Thomas Zaslavsky, Jun 24 2018]
LINKS
Christopher R. H. Hanusa, T. Zaslavsky, S. Chaiken, A q-Queens Problem. IV. Queens, Bishops, Nightriders (and Rooks), arXiv preprint arXiv:1609.00853 [math.CO], 2016. See Table 8.1.
V. Kotesovec, Non-attacking chess pieces, 6ed, p.31, 2013
MAPLE
a:= n-> ilcm($1..(<<0|1>, <1|1>>^n)[1, 2]):
seq(a(n), n=1..14); # Alois P. Heinz, Aug 12 2017
MATHEMATICA
Table[Apply[LCM, Range[Fibonacci[k]]], {k, 1, 10}]
Array[LCM @@ Range@Fibonacci@# &, 12] (* Robert G. Wilson v, Sep 05 2010 *)
PROG
(PARI) a(n) = lcm([1..fibonacci(n)]); \\ Michel Marcus, Jun 24 2018
CROSSREFS
Sequence in context: A211936 A156972 A086332 * A338600 A089039 A156451
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 02 2010
EXTENSIONS
a(11) onwards from Robert G. Wilson v, Sep 05 2010
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 December 2 20:20 EST 2023. Contains 367526 sequences. (Running on oeis4.)