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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055226 a(n) = floor(sqrt(n!)). 12
1, 1, 1, 2, 4, 10, 26, 70, 200, 602, 1904, 6317, 21886, 78911, 295259, 1143535, 4574143, 18859677, 80014834, 348776576, 1559776268, 7147792818, 33526120082, 160785623545, 787685471322, 3938427356614, 20082117944245, 104349745809073, 552166953567228, 2973510046012910, 16286585271694955, 90679869067935485 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A000196(A000142(n)).
MATHEMATICA
Table[Floor[Sqrt[n!]], {n, 0, 100}] (* Emanuele Munarini, Jul 07 2011 *)
PROG
(Maxima) makelist(floor(sqrt(n!)), n, 0, 24); /* Emanuele Munarini, Jul 07 2011 */
(PARI) a(n)=sqrtint(n!);
CROSSREFS
Sequence in context: A081881 A025565 A085455 * A097085 A071962 A257520
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, Jun 21 2000
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)