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 A096968 #7 Jul 26 2015 04:24:08 %S A096968 10000,194481,9150625,68574961,1222830961,3722098081,23372600161, %T A096968 92173567201,258439040161,1325558466241,2609649624481,6407383500961, %U A096968 13788812262241,26975984333281,59128856241841,109250345339521 %N A096968 a(n) = (prime(n)*prime(n+2))^4. %e A096968 a(1) = (prime(1)*prime(3))^4 = 10000. %t A096968 a[n_] := (Prime[n]*Prime[n + 2])^4; Table[ a[n], {n, 15}] (* _Robert G. Wilson v_, Aug 22 2004 *) %Y A096968 Equals A090076(n)^4. %K A096968 easy,nonn %O A096968 1,1 %A A096968 _Pierre CAMI_, Aug 19 2004 %E A096968 More terms from _Robert G. Wilson v_, Aug 22 2004