A246491 Smallest k such that 3^^n is not congruent to 3^^(n-1) mod k, where 3^^n denotes the power tower 3^3^...^3 (in which 3 appears n times).
3, 5, 11, 23, 47, 283, 719, 1439, 2879, 34549, 138197, 1266767, 14920303, 36449279, 377982107
Offset: 1
Examples
(3^^3) mod 11 = 9, (3^^2) mod 11 = 5. 11 is the least whole number for which this is true, thus a(3)=11.
Links
- Wayne VanWeerthuizen, Sage/Cython source code for all sequences of this class.
- Wayne VanWeerthuizen, Initial terms of sequences of this class for b=2..10001
Comments