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!)
A109897 Group the natural numbers so that every 2n-th group product is divisible by the single number in the next group. (1), (2,3,4,5), (6), (7,8,9,10,11), (12), (13,14,15,16,17,18,19),(20), (21,22,23,24,25,26,27),(28),... Sequence contains the product of terms in the 2n-th group. 3

%I #8 Nov 04 2018 13:14:09

%S 120,55440,253955520,4475671200,33891580800,7146019520640,

%T 106137499051584000,240679032790296606105600,74684882115043200,

%U 230656425830328960,66654064122818055916032000,171176782669200,282328002094320,126639913316232476160000,859891329773280

%N Group the natural numbers so that every 2n-th group product is divisible by the single number in the next group. (1), (2,3,4,5), (6), (7,8,9,10,11), (12), (13,14,15,16,17,18,19),(20), (21,22,23,24,25,26,27),(28),... Sequence contains the product of terms in the 2n-th group.

%e a(2) = 7*8*9*10*11 = 55440.

%o (PARI) m=1;for(k=2,150,if(m%k==0,print1(m", ");m=1,m*=k))

%Y Cf. A079759, A109895, A109896.

%K nonn

%O 1,1

%A _Amarnath Murthy_, Jul 13 2005

%E Terms from a(5) from _Franklin T. Adams-Watters_, Jun 26 2011

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)