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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064857 Numerators of partial sums of reciprocals of LCM[1..n]=A003418(n). 4
1, 3, 5, 7, 53, 107, 25, 1501, 563, 901, 12389, 16519, 322121, 644243, 53687, 1288489, 3650719, 4380863, 18917363, 3557111, 104045497, 416181989, 2393046437, 455818369, 23930464373, 47860928747, 10255913303, 11044829711 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=Sum{1/LCM[1...n], j=1..n}; numerator

EXAMPLE

n = 7: LCM values: 1, 2, 6, 12, 60, 60, 420; partial sum = 1+(1/2)+(1/6)+(1/12)+(1/60)+(1/60)+(1/420) = (420+210+70+35+7+7+1)/420 = 750/420 = 25/14, so a(7) = 25.

MATHEMATICA

q[x_] := Apply[LCM, Table[j, {j, 1, x}]] Table[Numerator[Apply[Plus, Table[1/q[w], {w, 1, m}]]], {m, 1, 30}]

CROSSREFS

Cf. A003418, A064858, A064859.

Sequence in context: A102742 A089044 A117646 * A065913 A137999 A056145

Adjacent sequences:  A064854 A064855 A064856 * A064858 A064859 A064860

KEYWORD

nonn,frac

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 08 2001

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 21:56 EST 2012. Contains 205860 sequences.