VOOZH
about
URL: https://oeis.org/A275529
⇱ A275529 - OEIS
login
A275529
a(n) is the only number m such that 4^(2^m) - 2^(2^m) + 1 is divisible by
A275528
(n).
0
0, 1, 3, 4, 2, 3, 6, 10, 16, 4, 13, 13, 19, 23, 27, 21, 15, 26, 25, 28, 34, 25, 22, 11, 29, 30, 13
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,3
LINKS
Table of n, a(n) for n=1..27.
PROG
(PARI) forprime(p=3, 10^15, o=znorder(Mod(2, p))/3; x=ispower(2*o); if(p==3||2^(x-1)==o, if(x<2, print1(0, ", "), print1(x-2, ", "))));
CROSSREFS
Cf.
A275528
.
Sequence in context:
A346780
A271590
A232115
*
A326044
A011414
A155746
Adjacent sequences:
A275526
A275527
A275528
*
A275530
A275531
A275532
KEYWORD
nonn
,
more
AUTHOR
Arkadiusz Wesolowski
, Jul 31 2016
STATUS
approved