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.

A102108 Numbers of partitions of 2n into n primes.

This page as a plain text file.
%I A102108 #5 Mar 30 2012 18:40:00
%S A102108 1,1,2,3,5,7,10,14,19,26,35,46,60,77,98,124,157,197,244,302,372,456,
%T A102108 557,677,819,987,1186,1420,1695,2018,2394,2833,3344,3936,4624,5419,
%U A102108 6336,7393,8608,10003,11603,13435,15527,17914,20636,23732,27251,31246,35772
%N A102108 Numbers of partitions of 2n into n primes.
%e A102108 a(2)=1 since 4 = 2+2;
%e A102108 a(3)=2 since 6 = 3+3 = 2+2+2;
%e A102108 a(4)=3 since 8 = 3+5 = 2+3+3 = 2+2+2+2.
%Y A102108 Bisection of A000607.
%K A102108 nonn
%O A102108 1,3
%A A102108 _Giovanni Teofilatto_, Feb 14 2005
%E A102108 Edited, corrected and extended by _Ray Chandler_ Feb 27 2005
%E A102108 More terms from _Giovanni Teofilatto_, Feb 14 2005