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!)
A110379 a(n) = Sum_{composite c <= n} n!/c!. 0
1, 5, 31, 217, 1737, 15634, 156341, 1719751, 20637013, 268281169, 3755936367, 56339045506, 901424728097, 15324220377649, 275835966797683, 5240883369155977, 104817667383119541, 2201171015045510362 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
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); # Emeric Deutsch, Jul 25 2005
CROSSREFS
Sequence in context: A036758 A153232 A287899 * A097146 A143020 A367238
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jul 24 2005
EXTENSIONS
More terms from Emeric Deutsch, Jul 25 2005
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 September 7 05:42 EDT 2024. Contains 375729 sequences. (Running on oeis4.)