|
| |
|
|
A064025
|
|
Length of period of continued fraction for square root of n!.
|
|
2
|
|
|
|
1, 2, 2, 2, 4, 2, 16, 48, 8, 4, 56, 180, 44, 156, 300, 7936, 10388, 11516, 9104, 13469268, 2684084, 2418800, 28468692
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
2,2
|
|
|
LINKS
|
Table of n, a(n) for n=2..24.
|
|
|
EXAMPLE
|
Quotients for 10! are [[1904], [1, 15, 1, 13, 1, 15, 1, 3808]], so period length of 10! is 8.
|
|
|
MAPLE
|
with(numtheory): [seq(nops(cfrac(sqrt(k!), 'periodic', 'quotients')[2]), k=2..16)];
|
|
|
MATHEMATICA
|
Do[ Print[ Length[ Last[ ContinuedFraction[ Sqrt[ n! ]]]]], {n, 2, 24} ]
|
|
|
CROSSREFS
|
Sequence in context: A035580 A135293 A216951 * A182154 A054709 A121806
Adjacent sequences: A064022 A064023 A064024 * A064026 A064027 A064028
|
|
|
KEYWORD
|
cofr,nonn
|
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Sep 18 2001
|
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v, Oct 01 2001
|
|
|
STATUS
|
approved
|
| |
|
|