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 A135505 #15 Oct 16 2016 02:25:53 %S A135505 1,1,17,2249,5402249,870037764749,4199506113235182749, %T A135505 1723219765760312626547490749,29266411525287522788837599332989370749, %U A135505 52713275010243038997421106186697438702252144407249,22176856087751973465466098269669474342964368337745368642450857249 %N A135505 a(0) = 1; a(n) = [product_(i = 1..n) prime(i)^i] - 1, where prime(i) is i-th prime. %H A135505 Gheorghe Coserea, <a href="/A135505/b135505.txt">Table of n, a(n) for n = 0..50</a> %H A135505 C. K. Caldwell and Y. Gallot, <a href="https://doi.org/10.1090/S0025-5718-01-01315-1">On the primality of n!-1 and 2*3*..*p -1</a>, Math. Comp., Volume 71, Number 237, Pages 441-448. %H A135505 Leo Corry, <a href="http://www.tau.ac.il/~corry/publications/articles/pdf/Computers%20and%20FLT.pdf">Number crunching vs. number theory: computers and FLT, from Kummer to SWAC (1850-1960) and beyond</a>, Archive for History of Exact Sciences, Vol. 62, No. 4 (July 2008), pp. 393-455. %H A135505 Roland Queme, <a href="http://arxiv.org/abs/math/0601136">Some applications of Kummer and Stickelberger relations</a>, arXiv:math/0601136 [math.NT], 2006. %F A135505 a(n) = A076954(n)-1, n>0. - _R. J. Mathar_, Nov 01 2009 %o A135505 (PARI) %o A135505 a(n) = { if (n <= 0, return(1)); prod(i = 1, n, prime(i)^i) - 1;} %o A135505 vector(11, i, a(i-1)) \\ _Gheorghe Coserea_, Aug 24 2015 %Y A135505 Cf. A057588, A002110, A057705. %K A135505 easy,nonn %O A135505 0,3 %A A135505 _Ctibor O. Zizka_, Feb 19 2008 %E A135505 Converted references to links - _R. J. Mathar_, Oct 30 2009