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!)
A228449 floor(n! / 4^n). 0
1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 9, 28, 92, 324, 1217, 4871, 20703, 93166, 442542, 2212711, 11616735, 63892044, 367379253, 2204275523, 13776722023, 89548693155, 604453678799, 4231175751597, 30676024199079, 230070181493096, 1783043906571497, 14264351252571976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
MATHEMATICA
Table[Floor[n!/4^n], {n, 0, 40}] (* Harvey P. Dale, Jun 07 2014 *)
PROG
(Python)
import math
for n in range(99): print str(math.factorial(n)/(4**n))+', ',
CROSSREFS
Sequence in context: A215007 A105849 A243156 * A368288 A131203 A191637
KEYWORD
nonn,less
AUTHOR
Alex Ratushnyak, Oct 27 2013
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 24 13:23 EDT 2024. Contains 371955 sequences. (Running on oeis4.)