A280236 Numbers n such that A278981(n) < A278981(m) for all m > n (excluding values of m where A278981(m) = 0).
2, 6, 8, 12, 20, 24, 28, 30, 32, 36, 40, 44, 48, 50, 54, 56, 60, 64, 66, 70, 72, 80, 88, 90, 96
Offset: 1
Examples
6 is a member of this sequence as A278981(6) = 57, which is which is less than all the terms in A278981 which succeed it. One need check only values of a(m) where m^2 + m + 1 <= 57. In this case, only m=7 needs to be checked, and A278981(7) = 906, with 906 >= 57. Thus A278981(6) < A278981(m) for all m > 6.
Comments