login
A249423
Integers n such that A249150(n) = n; integers n such that A249151(n) = n+1.
5
0, 35, 39, 62, 79, 83, 89, 104, 107, 131, 143, 149, 153, 159, 164, 167, 175, 179, 181, 194, 197, 199, 207, 209, 219, 259, 263, 269, 272, 274, 279, 285, 287, 296, 299, 305, 307, 311, 314, 319, 329, 339, 356, 359, 363, 373, 377, 379, 384, 389, 391, 395, 399, 407, 415, 417, 419, 424, 428, 431, 441, 449, 455, 461, 467, 475, 489, 512
OFFSET
1,2
COMMENTS
Integers n such that {product of elements on row n of Pascal's triangle} is divisible by (n+1)! but not by (n+2)!
LINKS
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A249423 (FIXED-POINTS 1 0 A249150))
CROSSREFS
Subsequence of A249434 and of A249429; it differs from the latter for the first time at n=17, where a(17) = 175 > 174 = A249429(17).
Sequence in context: A061755 A094523 A249429 * A219799 A217007 A141741
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 28 2014
STATUS
approved