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!)
A109923 a(n) = lcm(1,2,3,...,prime(n))/(1 + 2 + ... + prime(n)). 0
1, 4, 15, 420, 3960, 80080, 1225224, 19399380, 5354228880, 145568097675, 7600186994400, 254425307479200, 9957281351799600, 392482839950100900, 114779426083185063200, 5474978624167927514640, 312603618218620377448800 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
a(n) = A099795(n)/A006254(n-1). - Andrey Zabolotskiy, Mar 07 2018
a(n) = A056604(n)/A034953(n). - Michel Marcus, Mar 07 2018
EXAMPLE
a(4)=15 because the 4th prime is 7 and lcm(1,2,3,4,5,6,7)/(1+2+3+4+5+6+7) = 420/28 = 15.
MAPLE
a:=n->lcm(seq(i, i=1..ithprime(n)))/sum(j, j=1..ithprime(n)): seq(a(n), n=2..20); # Emeric Deutsch, Jul 16 2005
PROG
(PARI) a(n) = lcm(vector(prime(n), k, k))/sum(k=1, prime(n), k); \\ Michel Marcus, Mar 07 2018
CROSSREFS
Sequence in context: A363351 A000881 A354462 * A006524 A299683 A341598
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jul 16 2005
EXTENSIONS
More terms from Emeric Deutsch, Jul 16 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 16 19:48 EDT 2024. Contains 371754 sequences. (Running on oeis4.)