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!)
A256669 a(n) = (n!)! - n! - n. 1
0, -1, -2, 711, 620448401733239439359972 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For n>0, a(n) is divisible by n. - Michel Marcus, Apr 08 2015
LINKS
EXAMPLE
For n=3, a(3) = (3!)!-3!-3 = 6!-6-3 = 720-9 = 711.
MAPLE
A256669:=n->(n!)!-n!-n: seq(A256669(n), n=0..5); # Wesley Ivan Hurt, Apr 14 2015
MATHEMATICA
Table[(n!)! - n! - n, {n, 5}] (* Michael De Vlieger, Apr 07 2015 *)
PROG
(Magma) [Factorial(Factorial(n))-Factorial(n)-n: n in [0..5]]; // Vincenzo Librandi, Apr 08 2015
(Sage) [factorial(factorial(n))-factorial(n)-n for n in [0..6]] # Bruno Berselli, Apr 08 2015
CROSSREFS
Cf. A256509.
Sequence in context: A115474 A064976 A062665 * A361451 A159564 A185667
KEYWORD
sign
AUTHOR
Assoul Abdelkarim, Apr 07 2015
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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)