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 A076232 #15 Aug 24 2019 20:01:49 %S A076232 1,2,4,8,2,6,4,24,18,86,54,18,22,48,12,10,56,10,8,12,24 %N A076232 a(n) = prime(1+n!) - prime(n!). %F A076232 a(n) = A001223(n!). - _Michel Marcus_, Aug 24 2019 %t A076232 Table[Prime[n! + 1] - Prime[n!], {n, 10}] (* _Wesley Ivan Hurt_, Aug 24 2019 *) %o A076232 (PARI) a(n) = prime(1+n!) - prime(n!); \\ _Michel Marcus_, Aug 24 2019 %o A076232 (PARI) a(n) = my(p=prime(n!)); nextprime(p+1) - p; \\ _Michel Marcus_, Aug 24 2019 %Y A076232 Cf. A000040, A000142, A001223, A062439. %K A076232 nonn,more %O A076232 1,2 %A A076232 _Labos Elemer_, Oct 03 2002 %E A076232 a(16)-a(21) from _Michel Marcus_, Aug 24 2019