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!)
A290341 Product of k in [1, 2n-1] with k and k+1 coprime to 2n-1. 1
1, 1, 6, 120, 28, 362880, 39916800, 91, 1307674368000, 355687428096000, 12160, 51090942171709440000, 179977838616576, 608608000, 10888869450418352160768000000, 8841761993739701954543616000000, 2401235200, 13359987584925696, 10333147966386144929666651337523200000000, 2044818012160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
If 2n-1 is prime, a(n) = (2n-3)!.
a(n) == 1 (mod 2n-1).
LINKS
EXAMPLE
For n=5, the allowed k are 1, 4, 7, so a(5) = 1*4*7=28.
MAPLE
seq(convert(select(t -> igcd(t*(t+1), m)=1, [$1..m-1]), `*`), m = 1..100, 2);
CROSSREFS
Sequence in context: A054957 A271648 A353691 * A246827 A127726 A117063
KEYWORD
nonn
AUTHOR
Robert Israel, Jul 27 2017
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 March 29 10:22 EDT 2024. Contains 371268 sequences. (Running on oeis4.)