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!)
A076927 a(n) = A076926(n)/n. 1
2, 3, 10, 105, 462, 5005, 72930, 4849845, 74364290, 646969323, 18232771830, 1236789689135, 23403866425170, 934482952262145, 40992652172566094, 16294579238595022365, 113103550009071331710, 19548063559901161830545 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = denominator(n*sum(1/prime(k), k=1..n)). [Gary Detlefs, Dec 06 2011]
MAPLE
seq(lcm(product(ithprime(i), i=1..j), j)/j, j=1..40);
PROG
(PARI) a(n) = denominator(n*sum(k=1, n, 1/prime(k))); \\ Michel Marcus, May 26 2018
CROSSREFS
Cf. A076926.
Sequence in context: A333332 A229220 A155148 * A064647 A119810 A055708
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 17 2002
EXTENSIONS
Corrected and extended by Sascha Kurz, Jan 03 2003
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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)