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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110379 SUM (n!/c!) where c is a composite number <=n. 0
1, 5, 31, 217, 1737, 15634, 156341, 1719751, 20637013, 268281169, 3755936367, 56339045506, 901424728097, 15324220377649, 275835966797683, 5240883369155977, 104817667383119541, 2201171015045510362 (list; graph; refs; listen; history; internal format)
OFFSET

4,2

EXAMPLE

a(6) = 6!{1/4! +1/6!}=31.

MAPLE

a:=proc(n) local s, i :s:=0: for i from 4 to n do if isprime(i)=false then s:=s+1/i! else s:=s: fi od: n!*s; end; seq(a(n), n=4..24); (Deutsch)

CROSSREFS

Cf. A110373, A110374, A038048, A110376, A110377, A110378.

Sequence in context: A146962 A036758 A153232 * A097146 A143020 A059035

Adjacent sequences:  A110376 A110377 A110378 * A110380 A110381 A110382

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 24 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2005

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 15 12:03 EST 2012. Contains 205782 sequences.