A247819 Integers such that A247552(n) is not a repunit.
7, 11, 13, 14, 17, 19, 21, 22, 23, 26, 28, 29, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97
Offset: 1
Examples
A247552(7) is 428571 instead of the more obvious 1111111, so 7 belongs to this sequence.
Links
- Jens Kruse Andersen, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A247552.
Programs
-
PARI
lista() = my(v = readvec("b247552.txt")); select(x->vecmax(digits(x)) != 1, v, 1);
Comments