OFFSET
1,2
EXAMPLE
For A051451(10) = 360360, the periodic part is P = {3,2,1,132,1,2,3,1200} with lcm(P)=13200 as LCM of terms, so a(10) = 13200.
MATHEMATICA
Table[Apply[LCM, Last[ContinuedFraction[Sqrt[Part[t, u]]]]], {u, 1, 24}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 13 2002
STATUS
approved