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!)
A242766 a(n) = floor(sqrt(n!+1)). 1
1, 1, 1, 2, 5, 11, 26, 71, 200, 602, 1904, 6317, 21886, 78911, 295259, 1143535, 4574143, 18859677, 80014834, 348776576, 1559776268, 7147792818, 33526120082, 160785623545, 787685471322, 3938427356614, 20082117944245, 104349745809073, 552166953567228 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[Floor[Sqrt[n! + 1]], {n, 0, 30}]
PROG
(Magma) [Floor(Sqrt(Factorial(n)+1)): n in [0..30]];
(PARI) a(n)={sqrtint(n!+1)} \\ Andrew Howroyd, Jan 17 2018
CROSSREFS
Cf. A163524.
Sequence in context: A343872 A000664 A364597 * A182580 A067922 A212567
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 29 2014
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)