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!)
A020521 13th cyclotomic polynomial evaluated at powers of 2. 0
13, 8191, 22369621, 78536544841, 300239975158033, 1190112520884487201, 4797324681010433232961, 19495118728903626376364161, 79538861190790864407636279553, 325153619321163373997995856232961, 1330527338889299954891005307651097601 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Quynh Nguyen, Jean Pedersen, and Hien T. Vu, New Integer Sequences Arising From 3-Period Folding Numbers, Vol. 19 (2016), Article 16.3.1. Cites this sequence.
FORMULA
a(n) = A060887(A000079(n)). - Michel Marcus, Apr 06 2016
G.f.: Sum_{k=0..12} 1/(1-2^k*x). - Benedict W. J. Irwin, Jul 15 2016
MAPLE
with(numtheory, cyclotomic):seq(cyclotomic(13, 2^i), i=0..24);
MATHEMATICA
Table[Cyclotomic[13, 2^n], {n, 0, 24}] (* Benedict W. J. Irwin, Jul 15 2016 *)
PROG
(PARI) a(n) = polcyclo(13, 2^n); \\ Michel Marcus, Apr 06 2016
CROSSREFS
Sequence in context: A213410 A013524 A060887 * A208169 A205162 A122429
KEYWORD
nonn
AUTHOR
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 May 4 16:30 EDT 2024. Contains 372256 sequences. (Running on oeis4.)