login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A275725-polynomials evaluated at x=2: a(n) = A048675(A275725(n)).
5

%I #16 Jun 24 2017 12:02:33

%S 1,2,5,3,4,3,11,10,7,4,5,4,9,7,7,4,6,4,8,7,6,4,5,4,23,22,21,19,20,19,

%T 15,14,9,5,6,5,11,8,9,5,8,5,9,8,7,5,6,5,19,18,15,12,13,12,15,14,9,5,6,

%U 5,13,11,9,5,7,5,12,11,8,5,6,5,17,15,15,12,14,12,13,11,9,5,7,5,11,8,9,5,8,5,10,8,8,5,7,5

%N A275725-polynomials evaluated at x=2: a(n) = A048675(A275725(n)).

%H Antti Karttunen, <a href="/A275726/b275726.txt">Table of n, a(n) for n = 0..40319</a>

%H Indranil Ghosh, <a href="/A275726/a275726.txt">Python program for computing this sequence</a>

%H <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>

%F a(n) = A048675(A275725(n)).

%F Other identities:

%F For n >= 1, a(n!) = A055010(n).

%o (Scheme) (define (A275726 n) (A048675 (A275725 n)))

%Y Cf. A000142, A048675, A055010, A275725.

%Y Cf. A275833 (indices of odd terms), A275834 (of even terms).

%K nonn

%O 0,2

%A _Antti Karttunen_, Aug 09 2016