The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A179204 a(1)=11. For n>1, a(n) is LCM of a(n-1) and largest integer <= sqrt(a(n-1)). 4

%I #15 Apr 26 2014 19:46:09

%S 11,33,165,660,3300,62700,313500,175246500,1159956583500,

%T 104107263325708500,33590892600867160755553500,

%U 16223743465315689722383864179533682000,816839289277964676046109573379123296940139985976528000

%N a(1)=11. For n>1, a(n) is LCM of a(n-1) and largest integer <= sqrt(a(n-1)).

%C All similar sequences starting with numbers less than 11 become constant after a few terms.

%C Next initial values for the sequence to behave like this one: 13, 17, 19, 23, 26, 27, 28, 29, ... - _Michel Marcus_, Jun 14 2013

%H Jon E. Schoenfield, <a href="/A179204/b179204.txt">Table of n, a(n) for n = 1..20</a>

%o (PARI) lista(nn) = {ia = 11; print1(ia, ", "); for (i=1, nn, ib = lcm(ia, sqrtint(ia)); print1(ib, ", "); ia = ib;);} \\ _Michel Marcus_, Jun 14 2013

%Y Cf. A241097.

%K nonn

%O 1,1

%A _J. Lowell_, Jul 02 2010

%E Extended by _Ray Chandler_, Jul 07 2010

%E More terms from _Jon E. Schoenfield_, Jul 05 2010

%E b-file corrected by _Jon E. Schoenfield_, Apr 26 2014 after _Alois P. Heinz_ found that the terms from a(15) onward were incorrect

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 June 8 00:08 EDT 2024. Contains 373206 sequences. (Running on oeis4.)