OFFSET
1,2
LINKS
Samuel S. Wagstaff, Aurifeuillian Factorizations and the Period of the Bell Numbers, Math. Comp. 65 (1996), 383-391.
Eric Weisstein's MathWorld, Bell Number
Wikipedia, Bell Number
EXAMPLE
Table begins:
[1, 3],
[1, 13],
[1, 11, 71, 781],
[1, 29, 4733, 137257],
[1, 15797, 1806113, 28531167061],
[1, 53, 264031, 1803647, 13993643, 95593291, 476218721057, 25239592216021],
...
MATHEMATICA
Table[p = Prime[n]; Divisors[(p^p - 1)/(p - 1)], {n, 1, 10}] // Flatten
CROSSREFS
KEYWORD
nonn,tabf,changed
AUTHOR
Jean-François Alcover, Dec 03 2014
STATUS
approved