OFFSET
1,2
LINKS
FORMULA
As a composition of related permutations:
Other identities:
PROG
(PARI)
allocatemem(123456789);
a014580 = vector(2^18);
a091242 = vector(2^22);
isA014580(n)=polisirreducible(Pol(binary(n))*Mod(1, 2)); \\ This function from Charles R Greathouse IV
i=0; j=0; n=2; while((n < 2^22), if(isA014580(n), i++; a014580[i] = n, j++; a091242[j] = n); n++)
for(n=1, 383, write("b245702.txt", n, " ", A245702(n)));
(Scheme, with memoizing definec-macro)
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 02 2014
STATUS
approved