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”).

A066845
a(n) = (lcm_{k=0..n} (2^k + 1))/(lcm_{k=0..n-1} (2^k + 1)).
4
3, 5, 3, 17, 11, 13, 43, 257, 57, 205, 683, 241, 2731, 3277, 331, 65537, 43691, 4033, 174763, 61681, 5419, 838861, 2796203, 65281, 1016801, 13421773, 261633, 15790321, 178956971, 80581, 715827883, 4294967297, 1397419, 3435973837
OFFSET
1,1
COMMENTS
The primitive part of 2^n + 1. Bisection of A019320. - T. D. Noe, Jul 24 2008
FORMULA
a(n) = cyclotomic(2*n, 2). - Vladeta Jovovic, Apr 05 2004
MATHEMATICA
Cyclotomic[2*Range[40], 2] (* Harvey P. Dale, Apr 19 2019 *)
PROG
(PARI) a(n) = polcyclo(2*n, 2); \\ Michel Marcus, Mar 06 2015
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jan 20 2002
STATUS
approved