login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067690 gcd((2n)!+1, n!+1) when not equal to 1. 0
7, 11, 61, 19, 43, 47, 67, 79, 103, 127, 131, 163, 179, 191, 199, 227, 263, 347, 367, 383, 419, 431, 443, 479, 491, 503, 523, 563, 571, 599, 607, 619, 631, 683, 691, 727, 739, 743, 787, 823, 839, 863, 887, 947, 991, 1019, 1051, 1087, 1091, 1123, 1151 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a[n_] := GCD[(2n)! + 1, n! + 1]; Select[ Table[ a[n], {n, 1, 1000}], # != 1 &] (* From Jean-François Alcover, Dec 16 2011 *)

CROSSREFS

Sequence in context: A045462 A077411 A085016 * A196181 A177182 A061809

Adjacent sequences:  A067687 A067688 A067689 * A067691 A067692 A067693

KEYWORD

nonn,nice

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 04 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 09:35 EST 2012. Contains 205753 sequences.