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”).

A030802
a(n) = floor( exp(13/24)*n! ).
1
1, 3, 10, 41, 206, 1237, 8663, 69304, 623743, 6237432, 68611760, 823341124, 10703434623, 149848084733, 2247721271008, 35963540336130, 611380185714210, 11004843342855787, 209092023514259965, 4181840470285199316, 87818649875989185645, 1932010297271762084196, 44436236837250527936508, 1066469684094012670476201
OFFSET
1,2
LINKS
MAPLE
Digits:=100: a:=n->floor(exp(13/24)*factorial(n)): seq(a(n), n=1..25); # Muniru A Asiru, Nov 21 2018
MATHEMATICA
Floor[Exp[13/24]Range[30]!] (* Harvey P. Dale, Sep 12 2019 *)
PROG
(PARI)
default(realprecision, 1000);
a(n)=floor(exp(13/24)*n!);
/* Joerg Arndt, Jul 07 2012 */
CROSSREFS
Sequence in context: A305405 A030927 A002627 * A030942 A030855 A030954
KEYWORD
nonn
AUTHOR
STATUS
approved

  NODES
COMMUNITY 1
INTERN 1