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!)
A110957 (Sum{k=1..n} 1/c(k))*(product{j=1..n} c(j)), where c(j) is j-th composite. 0
1, 10, 104, 1128, 13008, 173376, 2634624, 42422400, 722304000, 13698201600, 286505164800, 6267431116800, 143150760345600, 3551498315366400, 91568579493888000, 2450311107084288000, 67966128937598976000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Since the first 3 composites are 4, 6 and 8, the third term of the sequence is (1/4 +1/6 +1/8) *4 *6 *8 = 48 +32 +24 = 104.
MAPLE
c:=proc(n) if isprime(n)=false then n else fi end: C:=[seq(c(n), n=2..35)]: a:=n->sum(1/C[k], k=1..n)*product(C[j], j=1..n): seq(a(n), n=1..20); # Emeric Deutsch, Oct 06 2005
CROSSREFS
Sequence in context: A190954 A163309 A163165 * A077671 A117833 A117832
KEYWORD
nonn
AUTHOR
Leroy Quet, Sep 26 2005
EXTENSIONS
More terms from Emeric Deutsch, Oct 06 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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)