login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134656 Corresponding GCD values in A116894. 0
2, 10453, 129341, 157519, 555097, 595411, 624363411431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)