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.

A232095 Minimal number of factorials which add to 0+1+2+...+n; a(n) = A034968(A000217(n)).

This page as a plain text file.
%I A232095 #15 Dec 11 2021 04:37:52
%S A232095 0,1,2,1,3,4,5,3,3,6,4,5,4,7,7,1,5,5,5,8,7,9,5,5,6,8,10,6,9,8,10,8,6,
%T A232095 10,12,7,10,11,6,5,7,7,8,9,5,8,5,6,8,7,10,7,11,14,8,8,6,11,7,10,7,12,
%U A232095 10,10,12,14,7,12,9,9,11,9,12,12,12,14,10,7,11,11
%N A232095 Minimal number of factorials which add to 0+1+2+...+n; a(n) = A034968(A000217(n)).
%C A232095 1's occur at positions n=1, n=3 and n=15 as they are such natural numbers that A000217(n) is also one of the factorial numbers (A000142), as we have A000217(1) = 1 = 1!, A000217(3) = 1+2+3 = 6 = 3! and A000217(15) = 1 + 2 + ... + 15 = 120 = 5!
%C A232095 On the other hand, a(2)=2, as A000217(2) = 1+2 = 3 = 2! + 1!. Is this the only occurrence of 2?
%C A232095 Are some numbers guaranteed to occur an infinite number of times?
%H A232095 Antti Karttunen, <a href="/A232095/b232095.txt">Table of n, a(n) for n = 0..10000</a>
%F A232095 a(n) = A034968(A000217(n)).
%F A232095 a(n) = A231717(A226061(n+1)). [Not a practical way to compute this sequence. Please see comments at A231717.]
%F A232095 For all n, a(n) >= A232094(n).
%o A232095 (Scheme)
%o A232095 (define (A232095 n) (A034968 (A000217 n)))
%Y A232095 Cf. A232094, A232096.
%K A232095 nonn
%O A232095 0,3
%A A232095 _Antti Karttunen_, Nov 18 2013