This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A249429 #9 Nov 02 2014 18:14:10 %S A249429 0,35,39,62,79,83,89,104,107,131,143,149,153,159,164,167,174,175,179, %T A249429 181,194,197,199,207,209,219,259,263,269,272,274,279,285,287,296,299, %U A249429 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 %N A249429 Integers n such that (n+1)! divides the product of elements on row n of Pascal's triangle. %C A249429 Integers n such that A249151(n) > n. %H A249429 Antti Karttunen, <a href="/A249429/b249429.txt">Table of n, a(n) for n = 1..857</a> %o A249429 (Scheme, with _Antti Karttunen_'s IntSeq-library) %o A249429 (define A249429 (MATCHING-POS 1 0 (lambda (n) (> (A249151 n) n)))) %Y A249429 Subsequence of A249434. %Y A249429 Cf. A000142, A001142, A007318, A249151, A249433. %Y A249429 Differs from its subsequence A249423 for the first time at n=17, where a(17) = 174, while A249423(17) = 175. %K A249429 nonn %O A249429 1,2 %A A249429 _Antti Karttunen_, Nov 02 2014