login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 19:04 EDT 2013. Contains 225504 sequences.