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 A066116 #9 Jun 15 2018 21:52:53 %S A066116 90,525,2695,11011,31603,71383,141151,291479,599633,1031153,1739999, %T A066116 2674471,3563023,5034311,7789357,11254073,14709113,19441859,24655531, %U A066116 29890361,37814219,48436559,63771971,84577501,101918191,114651463 %N A066116 a(n) = prime(n-2)*prime(n-1)^2*prime(n). %H A066116 Harry J. Smith, <a href="/A066116/b066116.txt">Table of n, a(n) for n = 3..1000</a> %F A066116 a(n) = A000040(n-2)*A000040(n-1)^2*A000040(n) = A006094(n-1)*A006094(n) = A066117(3, n). %e A066116 a(3) = 2*3^2*5 = 90. %o A066116 (PARI) { for (n=3, 1000, a=prime(n-2)*prime(n-1)^2*prime(n); write("b066116.txt", n, " ", a) ) } \\ _Harry J. Smith_, Feb 01 2010 %Y A066116 Cf. A047928. %K A066116 nonn %O A066116 3,1 %A A066116 _Henry Bottomley_, Dec 05 2001