cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A057827 #8 Nov 11 2020 10:31:11
%S A057827 1,1,2,12,16,160,192,2688,3072,18432,122880,1622016,1769472,46006272,
%T A057827 49545216,495452160,594542592,20214448128,21403533312,813334265856,
%U A057827 856141332480,1712282664960,37670218629120,945180031057920
%N A057827 a(0) = 1; a(n) = LCM(n, sum{k=0 to n-1}[a(k)]).
%e A057827 a(4) = LCM(4, a(0)+a(1)+a(2)+a(3)) = LCM(4, 1+1+2+12) = LCM(4, 16) = 16.
%K A057827 nonn
%O A057827 0,3
%A A057827 _Leroy Quet_, Nov 08 2000