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!)
A086684 a(n) = n! - Sum_{i} p_i!^e_i, where n = Product_{i} (p_i^e_i). 0
1, 0, 0, 20, 0, 712, 0, 40312, 362844, 3628678, 0, 479001590, 0, 87178286158, 1307674367874, 20922789887984, 0, 6402373705727962, 0, 2432902008176639876, 51090942171709434954, 1124000727777567763198, 0, 620448401733239439359986 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(p) = 0 iff p is prime.
LINKS
FORMULA
a(n) = n! - A118138(n). - R. J. Mathar, Sep 15 2012
EXAMPLE
a(6) = 6! - 2! - 3! = 720 - 2 - 6 = 712.
MATHEMATICA
g[n_] := Plus @@ Flatten[Table[ # [[1]]! ^ # [[2]], {1}] & /@ FactorInteger[n]]; Table[n! - f[n], {n, 1, 24}]
PROG
(PARI) for(i=1, 20, f=factor(i); print1(", "i!-sum(j=1, length(f[, 1]), f[j, 1]!^f[j, 2])))
CROSSREFS
Sequence in context: A343329 A008426 A055637 * A221335 A298672 A198800
KEYWORD
nonn
AUTHOR
Jon Perry, Jul 28 2003
EXTENSIONS
Edited and extended by Robert G. Wilson v, Aug 16 2003
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)