cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A066845 a(n) = (lcm_{k=0..n} (2^k + 1))/(lcm_{k=0..n-1} (2^k + 1)).

Original entry on oeis.org

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

Views

Author

Vladeta Jovovic, Jan 20 2002

Keywords

Comments

The primitive part of 2^n + 1. Bisection of A019320. - T. D. Noe, Jul 24 2008

Crossrefs

Programs

Formula

a(n) = cyclotomic(2*n, 2). - Vladeta Jovovic, Apr 05 2004