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 A163076 #12 May 08 2020 17:39:45 %S A163076 5,19,29,139,251,12011,48619,51479,155117519,81676217699, %T A163076 1378465288199,5651707681619,386971244197199,1580132580471899, %U A163076 30067266499541039,6637553085023755473070799,35257120210449712895193719,399608854866744452032002440111 %N A163076 Primes of the form k$ - 1. Here '$' denotes the swinging factorial function (A056040). %H A163076 Jinyuan Wang, <a href="/A163076/b163076.txt">Table of n, a(n) for n = 1..53</a> %H A163076 Peter Luschny, <a href="/A180000/a180000.pdf">Die schwingende Fakultät und Orbitalsysteme</a>, August 2011. %H A163076 Peter Luschny, <a href="http://www.luschny.de/math/primes/SwingingPrimes.html"> Swinging Primes.</a> %e A163076 Since 4$ = 6 the prime 5 is listed. %p A163076 a := proc(n) select(isprime, map(x -> A056040(x)-1,[$1..n])); sort(%) end: %t A163076 Reap[Do[f = n!/Quotient[n, 2]!^2; If[PrimeQ[p = f - 1], Sow[p]], {n, 1, 70}]][[2, 1]] // Union (* _Jean-François Alcover_, Jun 28 2013 *) %Y A163076 Cf. A055490, A056040, A163078 (arguments k), A163074, A163075. %K A163076 nonn %O A163076 1,1 %A A163076 _Peter Luschny_, Jul 21 2009 %E A163076 More terms from _Jinyuan Wang_, Mar 22 2020