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!)
A030871 a(n) = floor( exp(7/19)*n! ). 1
1, 2, 8, 34, 173, 1040, 7285, 58280, 524525, 5245250, 57697759, 692373112, 9000850463, 126011906488, 1890178597320, 30242857557129, 514128578471206, 9254314412481710, 175831973837152494, 3516639476743049893 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
[exp(7/19)*3!] = [6*1.4454505...] = [8.672703129655...] = 8. Thus, a(3) = 8. - Derek Orr, Jul 27 2014
MATHEMATICA
Floor[Exp[7/19]Range[20]!] (* Harvey P. Dale, Jul 27 2014 *)
PROG
(PARI)
a(n)=return(floor(n!*exp(7/19)))
vector(100, n, a(n)) \\ Derek Orr, Jul 27 2014
CROSSREFS
Cf. A000142.
Sequence in context: A030894 A030919 A030944 * A030960 A121894 A061370
KEYWORD
nonn,easy
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 July 16 21:48 EDT 2024. Contains 374358 sequences. (Running on oeis4.)