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!)
A030799 a(n) = floor(exp(1/2)*n!). 1
1, 3, 9, 39, 197, 1187, 8309, 66476, 598287, 5982879, 65811677, 789740126, 10266621646, 143732703044, 2155990545670, 34495848730735, 586429428422497, 10555729711604956, 200558864520494172, 4011177290409883459 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n+1) = (n+1)*a(n) + A068453(n+1). - Robert Israel, Oct 16 2019
MAPLE
f:= n -> floor(exp(1/2)*n!):
map(f, [$1..30]); # Robert Israel, Oct 16 2019
MATHEMATICA
Floor[Exp[1/2]Range[20]!] (* Harvey P. Dale, Aug 19 2020 *)
CROSSREFS
Cf. A068453.
Sequence in context: A278749 A208816 A130905 * A273396 A058105 A090012
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 May 11 19:14 EDT 2024. Contains 372413 sequences. (Running on oeis4.)