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

A276628
Composite m such that A276469(m,k) are not all 1's.
1
4, 6, 8, 9, 10, 14, 16, 18, 20, 21, 22, 25, 26, 27, 32, 34, 38, 39, 42, 46, 49, 50, 52, 54, 55, 57, 58, 62, 64, 68, 74, 78, 81, 82, 86, 93, 94, 98, 100, 106, 110, 111, 114, 116, 118, 121, 122, 125, 128, 129, 134, 136, 142, 146, 147, 148, 155, 156, 158, 162, 164, 166, 169
OFFSET
1,1
PROG
(PARI) T(m, k) = polcyclo(m, k) % m;
isok(m) = !isprime(m+(m<2)) && vector(m, k, T(m, k-1)) != vector(m, k, 1); \\ Michel Marcus, Sep 22 2016 and modified by Jinyuan Wang, Jul 09 2020
CROSSREFS
Sequence in context: A164702 A001745 A359982 * A050695 A035139 A316227
KEYWORD
nonn
AUTHOR
Peter A. Lawrence, Sep 07 2016
EXTENSIONS
More terms from Michel Marcus, Sep 22 2016
STATUS
approved