A163082 Primes of the form p$ - 1 where p is prime, where '$' denotes the swinging factorial (A056040).
5, 29, 139, 12011, 5651707681619, 386971244197199, 35257120210449712895193719, 815027488562171580969632861193966578650499
Offset: 1
Keywords
Examples
3 and 3$ - 1 = 5 are prime, so 5 is a member.
Links
- Jinyuan Wang, Table of n, a(n) for n = 1..14
- Peter Luschny, Die schwingende Fakultät und Orbitalsysteme, August 2011.
- Peter Luschny, Swinging Primes.
Programs
-
Maple
a := proc(n) select(isprime,[$2..n]); select(isprime, map(x -> A056040(x)-1,%)) end:
Comments