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!)
A130420 a(n) = n-th positive integer which is coprime to n!!, where n!! = n*(n-2)*(n-4)..*(2 or 1). 1
1, 3, 4, 7, 8, 17, 16, 23, 19, 37, 29, 43, 37, 59, 41, 67, 53, 73, 62, 83, 67, 101, 79, 107, 83, 127, 89, 137, 103, 149, 113, 157, 122, 173, 128, 181, 139, 197, 146, 211, 158, 227, 173, 233, 179, 251, 194, 263, 199, 271, 206, 281, 223, 293, 227, 311, 233, 331, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
3!! = 3; the first number coprime to 3 is 1, the second one is 2, the third one is 4. Thus a(3) = 4.
MATHEMATICA
a[n_] := Module[{in}, in = 0; k = 0; While[in != n, k++; If[GCD[n!!, k] == 1, in++ ]]; k]; Table[a[i], {i, 1, 80}] (* Stefan Steinerberger, May 30 2007 *)
CROSSREFS
Sequence in context: A117587 A359747 A244930 * A214096 A169943 A215110
KEYWORD
less,nonn
AUTHOR
Leroy Quet, May 25 2007
EXTENSIONS
More terms from Stefan Steinerberger, May 30 2007
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)