OFFSET
0,2
COMMENTS
It is conjectured that every integer n>=0 appears in A212844 at least once, and therefore every a(n) is defined.
Indices of terms that are bigger than 2^32-1 and possibly undefined: 69, 91, 114, 127, 141, 157, 175, 181, 195, 301, 313, 339, ...
Indices 69, 127, 175, 181, 301, 313, 339, ... correspond to terms that either do not exist or are greater than 2*10^12. - Charles R Greathouse IV, Aug 13 2015
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 0..68
EXAMPLE
Smallest n such that A212844(n)=1 is 7, so a(1)=7.
PROG
(PARI) a(n) = my(k=1); while(lift(Mod(2, k)^(k+2)) != n, k++); k; \\ Michel Marcus, Aug 14 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Jul 22 2012
STATUS
approved