|
Search: id:A064025
|
|
|
| A064025 |
|
Length of period of continued fraction for square root of n!. |
|
+0 3
|
|
| 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; listen)
|
|
|
OFFSET
|
2,2
|
|
|
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
|
Adjacent sequences: A064022 A064023 A064024 this_sequence A064026 A064027 A064028
Sequence in context: A035580 A135293 A053204 this_sequence A054709 A121806 A056944
|
|
KEYWORD
|
cofr,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Sep 18 2001
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 01 2001
|
|
|
Search completed in 0.002 seconds
|