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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 23 08:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)