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.

A309247 a(n) = Sum_{k=0..n} (p(n,k) mod 2), where p(n,k) = number of partitions of n into k parts.

This page as a plain text file.
%I A309247 #8 Jul 18 2019 06:15:41
%S A309247 1,1,2,3,3,3,5,5,6,6,8,8,9,7,11,12,11,11,13,12,9,14,12,13,13,12,14,16,
%T A309247 16,19,16,18,21,19,24,23,21,17,23,23,24,23,26,25,25,24,28,20,25,25,28,
%U A309247 29,27,27,29,28,35,28,30,30,29,31,32,33,30,32,36,35,35,35,40,35,41,41,38,42,43
%N A309247 a(n) = Sum_{k=0..n} (p(n,k) mod 2), where p(n,k) = number of partitions of n into k parts.
%C A309247 Number of odd entries in row n of triangle of partition numbers (A008284, A072233).
%t A309247 Table[Sum[Mod[Length[IntegerPartitions[n, {k}]], 2], {k, 0, n}], {n, 0, 76}]
%Y A309247 Cf. A007306, A008284, A071754, A072233.
%K A309247 nonn
%O A309247 0,3
%A A309247 _Ilya Gutkovskiy_, Jul 18 2019