login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134656
Corresponding GCD values in A116894.
0
2, 10453, 129341, 157519, 555097, 595411, 624363411431
OFFSET
1,1
FORMULA
a(n) = gcd(A116894(n)! + 1, A116894(n)^A116894(n) + 1)
PROG
(PARI) for(n = 1, 10^9, x = gcd(n! + 1, n^n + 1); if(x != 1 && x != 2*n + 1, print1(x, ", ")))
(C) See Links section in A116893.
CROSSREFS
Cf. A116894.
Sequence in context: A023328 A294324 A349510 * A128122 A082178 A345396
KEYWORD
hard,more,nonn
AUTHOR
Ryan Propper, Feb 01 2008
EXTENSIONS
a(6)-a(7) from Nick Hobson, Feb 20 2024
STATUS
approved