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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109923 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; internal format)
OFFSET

2,2

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); (Deutsch)

CROSSREFS

Cf. A109922.

Sequence in context: A051999 A048731 A000881 * A006524 A070037 A061849

Adjacent sequences:  A109920 A109921 A109922 * A109924 A109925 A109926

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 16 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 16 2005

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 16 02:51 EST 2012. Contains 205860 sequences.