cp's OEIS Frontend

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.

A232096 a(n) = largest m such that m! divides 1+2+...+n; a(n) = A055881(A000217(n)).

This page as a plain text file.
%I A232096 #12 Nov 28 2013 02:10:10
%S A232096 1,1,3,2,1,1,2,3,1,1,3,3,1,1,5,2,1,1,2,3,1,1,3,3,1,1,3,2,1,1,2,4,1,1,
%T A232096 3,3,1,1,3,2,1,1,2,3,1,1,4,4,1,1,3,2,1,1,2,3,1,1,3,3,1,1,4,2,1,1,2,3,
%U A232096 1,1,3,3,1,1,3,2,1,1,2,5,1,1,3,3,1,1,3
%N A232096 a(n) = largest m such that m! divides 1+2+...+n; a(n) = A055881(A000217(n)).
%H A232096 Antti Karttunen, <a href="/A232096/b232096.txt">Table of n, a(n) for n = 1..10080</a>
%F A232096 a(n) = A055881(A000217(n)).
%F A232096 a(n) = A231719(A226061(n+1)). [Not a practical way to compute this sequence, but follows from the definitions]
%o A232096 (Scheme)
%o A232096 (define (A232096 n) (A055881 (A000217 n)))
%Y A232096 A042963 gives the positions of ones and A014601 the positions of larger terms.
%Y A232096 Cf. also A232097, A076733, A232094, A232095, A232098.
%K A232096 nonn
%O A232096 1,3
%A A232096 _Antti Karttunen_, Nov 18 2013