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.

A163096 Odd numbers with an even number of partitions.

This page as a plain text file.
%I A163096 #7 Aug 03 2014 14:26:31
%S A163096 9,11,15,19,21,25,27,31,45,47,55,57,59,65,75,79,97,101,103,109,113,
%T A163096 117,125,129,131,133,135,137,141,147,149,151,153,163,167,171,175,179,
%U A163096 187,191,197,205,207,213,217,227,231,241,243,245,247,253,255,265,267,271
%N A163096 Odd numbers with an even number of partitions.
%H A163096 Vincenzo Librandi, <a href="/A163096/b163096.txt">Table of n, a(n) for n = 1..1000</a>
%t A163096 Select[Range[1,500,2],EvenQ[PartitionsP[#]]&] (* _Vincenzo Librandi_, Mar 19 2012 *)
%Y A163096 Cf. A000041, A001560, A005408, A154796, A163097.
%K A163096 nonn
%O A163096 1,1
%A A163096 _Omar E. Pol_, Aug 09 2009
%E A163096 More terms from _Sean A. Irvine_, Oct 26 2009