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.

A114325 Number of partitions of n into brilliant numbers (A078972).

This page as a plain text file.
%I A114325 #2 Mar 30 2012 17:40:34
%S A114325 0,0,0,1,0,1,0,1,1,2,0,2,1,3,2,3,1,5,3,5,4,6,4,9,7,8,8,12,10,15,12,15,
%T A114325 16,21,19,24,22,27,30,34,31,40,40,46,49,54,52,65,68,74
%N A114325 Number of partitions of n into brilliant numbers (A078972).
%e A114325 a(18)=5 since 18 has the following 5 "brilliant" partitions: {14,4}, {10,4,4}, {9,9}, {6,6,6}, {6,4,4,4}.
%Y A114325 Cf. A101048, A078972.
%K A114325 base,nonn
%O A114325 1,10
%A A114325 _Giovanni Resta_, Feb 06 2006