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!)
A093627 a(n) = lcm(1,2,3,...,n) * (sum of Farey fractions of order n). 0
1, 3, 15, 42, 330, 390, 3990, 9660, 36540, 41580, 595980, 651420, 10630620, 11711700, 13153140, 29189160, 594233640, 630990360, 14083949880, 15015120120, 16411875480, 17575838280, 463140798120, 484557713640, 2690500012200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Farey Sequence.
FORMULA
a(n) = A093593(n)/A025527(n).
MATHEMATICA
Farey[n_] := Union[ Flatten[ Join[{0}, Table[a/b, {b, n}, {a, b}]]]]; Table[LCM @@ Range[n] Plus @@ Farey[n], {n, 26}]
CROSSREFS
Sequence in context: A219085 A346142 A366576 * A192060 A316642 A146805
KEYWORD
nonn
AUTHOR
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 19:14 EDT 2024. Contains 375749 sequences. (Running on oeis4.)