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.
%I A115658 #10 Feb 02 2017 00:11:50 %S A115658 1,2,6,30030 %N A115658 a(n) is the smallest product of a(n-1) distinct primes; a(1) = 1. %C A115658 A subsequence of A002110. a(5) = prime(a(4))# = prime(30030)# = 350741# [= A002110(30030)], a 152104-digit number. Compare with A007097 (primeth recurrence): The current sequence is analogously the primorial(e)th recurrence but grows faster even than A014221 (Ackermann function A_3(n+1)). This suggests considering the analogs also for factorials, hyperfactorials, etc., to see which may fit as OEIS entries. %C A115658 This sequence has tetrational growth. a(4) has 5 decimal digits; a(5) has 152,104 decimal digits; a(6) has about 2.1292101 * 10^152097 decimal digits. - _Charles R Greathouse IV_, Dec 09 2011 %F A115658 a(n) = prime(a(n-1))# = prod(k=1, a(n-1), prime(k)) = A002110(a(n-1)) for n >= 2; a(1) = 1. %e A115658 a(4) = prime(a(3))# = prime(6)# = 13# = 2*3*5*7*11*13 = 30030 [= A002110(6)]. %Y A115658 Cf. A014221 (similar but not squarefree), A007097. %K A115658 nonn %O A115658 1,2 %A A115658 _Rick L. Shepherd_, Jan 28 2006 %E A115658 Name edited by _Charles R Greathouse IV_, Feb 02 2017