login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A105603
Sylvester-Jacobsthal cyclotomic numbers.
4
1, 1, 3, 5, 11, 7, 43, 17, 57, 31, 683, 13, 2731, 127, 331, 257, 43691, 73, 174763, 205, 5419, 2047, 2796203, 241, 1016801, 8191, 261633, 3277, 178956971, 151, 715827883, 65537, 1397419, 131071, 24214051, 4033, 45812984491, 524287, 22366891, 61681
OFFSET
1,3
COMMENTS
Primitive parts of Jacobsthal numbers A001045.
LINKS
Eric Weisstein's World of Mathematics, Sylvester Cyclotomic Number.
FORMULA
a(n)=product{k=1..n-1, if(gcd(n, k)=1, 2+exp(2*pi*I*k/n), 1)}, I=sqrt(-1)
a(n) = (-1)^phi(n)*cyclotomic(n, -2) for n >= 2 (for n = 1 this would be 3), with phi(n) = A000010(n). - Wolfdieter Lang, Jan 19 2015
CROSSREFS
Cf. A020501, A001045, A061446 (with references), A008555.
Sequence in context: A129738 A271314 A292006 * A264987 A170835 A122133
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 15 2005
STATUS
approved