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!)
A212310 a(n) = n! mod 4^n. 4
0, 1, 2, 6, 24, 120, 720, 5040, 40320, 100736, 483072, 2168064, 9239552, 53005312, 205203456, 930568192, 2004189184, 12596379648, 54936141824, 81714020352, 534768779264, 1334539714560, 2971594653696, 68346677035008, 232945365286912, 1038559528091648, 2232749779845120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(Python)
import math
print([math.factorial(n)%(4**n) for n in range(99)])
(PARI) a(n) = n! % 4^n; \\ Michel Marcus, Jan 22 2021
CROSSREFS
Sequence in context: A033646 A319549 A319209 * A276842 A364428 A273695
KEYWORD
nonn,easy
AUTHOR
Alex Ratushnyak, Oct 24 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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)