login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086684 n! - Sum_{i} p_i!^e_i, where n = Prod_{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; internal format)
OFFSET

1,4

COMMENTS

a(p)=0 iff p is prime

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: A084029 A008426 A055637 * A198800 A060430 A040404

Adjacent sequences:  A086681 A086682 A086683 * A086685 A086686 A086687

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jul 28 2003

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 16 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:48 EST 2012. Contains 206058 sequences.