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.

A163097 Even numbers with an odd number of partitions.

This page as a plain text file.
%I A163097 #5 Nov 13 2013 17:58:28
%S A163097 0,4,6,12,14,16,18,20,24,32,36,38,44,48,52,54,56,60,68,72,76,82,88,90,
%T A163097 92,102,104,114,118,132,134,138,140,144,146,148,150,152,156,162,164,
%U A163097 166,168,172,178,182,186,188,190,192,194,196,202,204,208,210,212,214,216
%N A163097 Even numbers with an odd number of partitions.
%t A163097 Select[2*Range[0,150],OddQ[PartitionsP[#]]&] (* _Harvey P. Dale_, Nov 13 2013 *)
%Y A163097 Cf. A000041, A005843, A052002, A127219, A154797, A163096, A163099.
%K A163097 nonn
%O A163097 1,2
%A A163097 _Omar E. Pol_, Aug 09 2009
%E A163097 More terms from _Sean A. Irvine_, Oct 26 2009