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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110374 SUM (n!/c) where c is a composite number <=n. 6
6, 30, 300, 2100, 21840, 236880, 2731680, 30048480, 400498560, 5206481280, 79117758720, 1273944672000, 21690789120000, 368743415040000, 6993068898816000, 132868309077504000, 2779011281958912000 (list; graph; refs; listen; history; internal format)
OFFSET

4,1

EXAMPLE

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

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..23); (Deutsch)

CROSSREFS

Cf. A110373.

Sequence in context: A099031 A066108 A205339 * A201135 A111876 A119634

Adjacent sequences:  A110371 A110372 A110373 * A110375 A110376 A110377

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 24 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 17 14:19 EST 2012. Contains 206038 sequences.