login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057827 a(0) = 1; a(n) = LCM(n, sum{k=0 to n-1}[a(k)]). 1

%I #8 Nov 11 2020 10:31:11

%S 1,1,2,12,16,160,192,2688,3072,18432,122880,1622016,1769472,46006272,

%T 49545216,495452160,594542592,20214448128,21403533312,813334265856,

%U 856141332480,1712282664960,37670218629120,945180031057920

%N a(0) = 1; a(n) = LCM(n, sum{k=0 to n-1}[a(k)]).

%e a(4) = LCM(4, a(0)+a(1)+a(2)+a(3)) = LCM(4, 1+1+2+12) = LCM(4, 16) = 16.

%K nonn

%O 0,3

%A _Leroy Quet_, Nov 08 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 16:10 EDT 2024. Contains 376013 sequences. (Running on oeis4.)