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!)
A347224 Irregular triangle whose n-th row lists the integers m such that the n-th necklace polynomial is divisible by the m-th cyclotomic polynomial. 2
1, 1, 2, 1, 2, 1, 2, 4, 1, 2, 1, 2, 3, 6, 1, 2, 4, 1, 2, 3, 6, 1, 2, 4, 6, 1, 2, 5, 10, 1, 2, 4, 1, 2, 3, 4, 6, 12, 1, 2, 3, 6, 1, 2, 4, 1, 2, 4, 8, 1, 2, 4, 8, 16, 1, 2, 3, 6, 1, 2, 3, 6, 9, 18, 1, 2, 4, 8, 12, 1, 2, 3, 6, 8, 1, 2, 5, 6, 10, 1, 2, 11, 22, 1, 2, 4, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
Trevor Hyde, Cyclotomic factors of necklace polynomials, arXiv:1811.08601 [math.CO], 2018.
EXAMPLE
Triangle begins:
[1]
[1, 2]
[1, 2]
[1, 2, 4]
[1, 2]
[1, 2, 3, 6]
[1, 2, 4]
[1, 2, 3, 6]
[1, 2, 4, 6]
[1, 2, 5, 10]
[1, 2, 4]
...
PROG
(PARI) M(n) = sumdiv(n, d, moebius(d)*x^(n/d));
row(n) = my(list=List(), pol=M(n)); for (k=1, n, if (type(pol/polcyclo(k)) == "t_POL", listput(list, k))); Vec(list);
CROSSREFS
Sequence in context: A182063 A135990 A347256 * A339270 A345226 A140715
KEYWORD
nonn,tabf
AUTHOR
Michel Marcus, Aug 24 2021
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 July 29 20:04 EDT 2024. Contains 374734 sequences. (Running on oeis4.)