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.

A078410 Number of ways to partition 4*n+3 into distinct positive integers.

This page as a plain text file.
%I A078410 #10 Sep 23 2013 14:38:33
%S A078410 2,5,12,27,54,104,192,340,585,982,1610,2590,4097,6378,9792,14848,
%T A078410 22250,32992,48446,70488,101698,145578,206848,291874,409174,570078,
%U A078410 789640,1087744,1490528,2032290,2757826,3725410,5010688,6711480,8953856
%N A078410 Number of ways to partition 4*n+3 into distinct positive integers.
%H A078410 Harvey P. Dale, <a href="/A078410/b078410.txt">Table of n, a(n) for n = 0..1000</a>
%F A078410 a(n) = t(4*n+3, 0), t as defined in A079211.
%t A078410 PartitionsQ[4*Range[0,40]+3] (* _Harvey P. Dale_, Sep 23 2013 *)
%Y A078410 Bisection of A078408. Cf. A035294, A000009, A078409.
%K A078410 nonn,easy
%O A078410 0,1
%A A078410 _N. J. A. Sloane_, Dec 27 2002
%E A078410 More terms from _Reinhard Zumkeller_, Dec 28 2002