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!)
A214586 Numbers k such that gcd(k!!+1,k-1) = 1. 3
2, 6, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 50, 52, 54, 56, 58, 62, 64, 66, 68, 70, 72, 74, 76, 78, 82, 86, 88, 90, 92, 94, 96, 98, 100, 102, 106, 110, 112, 114, 116, 118, 120, 122, 124, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Positions of 2 in A214054; complement of A214585.
LINKS
MATHEMATICA
b[n_]:=n!!; c[n_]:=n;
t=Table[m=1; While[GCD[b[n]+m, c[n]-m]==1, m++]; m, {n, 1, 200}] (* A214054 *)
Flatten[Position[t, 1]] (* A214585 *)
Flatten[Position[t, 2]] (* A214586 *)
Select[Range[150], CoprimeQ[#!!+1, #-1]&] (* Harvey P. Dale, Dec 13 2014 *)
CROSSREFS
Sequence in context: A099017 A298748 A139799 * A337687 A305634 A139710
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 21 2012
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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)