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!)
A030895 [ exp(5/17)*n! ]. 1
1, 2, 8, 32, 161, 966, 6763, 54107, 486963, 4869638, 53566021, 642792254, 8356299313, 116988190388, 1754822855824, 28077165693190, 477311816784236, 8591612702116248, 163240641340208719, 3264812826804174383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A030895:=n->floor(exp(5/17)*n!): seq(A030895(n), n=1..20); # Wesley Ivan Hurt, Aug 09 2014
MATHEMATICA
Floor[Exp[5/17]#]&/@(Range[20]!) (* Harvey P. Dale, Aug 09 2014 *)
PROG
(Magma) [Floor(Exp(5/17)*Factorial(n)): n in [1..30]]; // Vincenzo Librandi, Aug 09 2014
CROSSREFS
Sequence in context: A193778 A030804 A319364 * A030950 A030822 A030930
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 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)