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.

A036895 Number of partitions of 5n such that cn(1,5) = cn(4,5) < cn(2,5) = cn(3,5) < cn(0,5).

This page as a plain text file.
%I A036895 #10 Mar 30 2012 17:26:42
%S A036895 0,0,1,4,12,29,67,146,313,654,1342,2691,5291,10184,19237,35680,65102,
%T A036895 116967,207241,362423,626265,1070100,1809513,3029902,5026778,8267109,
%U A036895 13484325,21821771,35051459,55901678,88550088,139355911,217949589,338837468
%N A036895 Number of partitions of 5n such that cn(1,5) = cn(4,5) < cn(2,5) = cn(3,5) < cn(0,5).
%C A036895 Alternatively, number of partitions of 5n such that cn(2,5) = cn(3,5) < cn(1,5) = cn(4,5) < cn(0,5).
%C A036895 For a given partition, cn(i,n) means the number of its parts equal to i modulo n.
%H A036895 <a href="/wiki/Partitions_of_5n">Index and properties of sequences related to partitions of 5n</a>
%F A036895 a(n) = A036891(n) - A036892(n)
%F A036895 a(n) = A036887(n) - A202086(n)
%K A036895 nonn
%O A036895 1,4
%A A036895 _Olivier Gérard_
%E A036895 Terms a(10) onward from _Max Alekseyev_, Dec 11 2011