login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A129960
a(n) = floor(sqrt(2*n!)).
2
1, 1, 2, 3, 6, 15, 37, 100, 283, 851, 2693, 8934, 30951, 111597, 417560, 1617203, 6468815, 26671611, 113158063, 493244564, 2205856753, 10108505544, 47413093714, 227385209452, 1113955476429, 5569777382145, 28400403557928, 147572825753377, 780881994429009
OFFSET
0,3
COMMENTS
a(n) is the index of the closest triangular number to n!. - Ruediger Jehn, Nov 11 2020
LINKS
PROG
(PARI) a(n)={sqrtint(2*n!)} \\ Andrew Howroyd, Jan 02 2020
CROSSREFS
Sequence in context: A237585 A147773 A006403 * A115098 A036418 A120589
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Jun 10 2007
EXTENSIONS
New name from Anthony Hernandez, Dec 28 2018
Terms a(21) and beyond from Andrew Howroyd, Jan 02 2020
STATUS
approved