login
A249429
Integers n such that (n+1)! divides the product of elements on row n of Pascal's triangle.
4
0, 35, 39, 62, 79, 83, 89, 104, 107, 131, 143, 149, 153, 159, 164, 167, 174, 175, 179, 181, 194, 197, 199, 207, 209, 219, 259, 263, 269, 272, 274, 279, 285, 287, 296, 299, 305, 307, 311, 314, 319, 323, 329, 339, 350, 356, 359, 363, 373, 377, 379, 384, 389, 391, 395, 398, 399, 407, 415, 417, 419, 424, 428, 431, 439, 440, 441, 449, 454, 455, 461, 467, 475, 489, 512
OFFSET
1,2
COMMENTS
Integers n such that A249151(n) > n.
LINKS
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A249429 (MATCHING-POS 1 0 (lambda (n) (> (A249151 n) n))))
CROSSREFS
Subsequence of A249434.
Differs from its subsequence A249423 for the first time at n=17, where a(17) = 174, while A249423(17) = 175.
Sequence in context: A279410 A061755 A094523 * A249423 A219799 A217007
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 02 2014
STATUS
approved