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.

A069016 Look at all the different ways to factorize n as a product of numbers bigger than 1, and for each factorization write down the sum of the factors; a(n) = number of different sums.

This page as a plain text file.
%I A069016 #23 Oct 21 2017 16:07:23
%S A069016 1,1,1,1,1,2,1,2,2,2,1,3,1,2,2,3,1,4,1,3,2,2,1,5,2,2,3,3,1,5,1,4,2,2,
%T A069016 2,7,1,2,2,5,1,5,1,3,4,2,1,8,2,4,2,3,1,7,2,5,2,2,1,9,1,2,4,6,2,5,1,3,
%U A069016 2,5,1,10,1,2,4,3,2,5,1,8,5,2,1,8,2,2,2,5,1,10,2,3,2,2,2,12,1,4,4,7,1,5,1
%N A069016 Look at all the different ways to factorize n as a product of numbers bigger than 1, and for each factorization write down the sum of the factors; a(n) = number of different sums.
%D A069016 Amarnath Murthy, Generalization of Partition Function and Introducing Smarandache Factor Partitions, Smarandache Notions Journal, Vol. 11, 1-2-3. Spring 2000.
%H A069016 Antti Karttunen, <a href="/A069016/b069016.txt">Table of n, a(n) for n = 1..10000</a>
%H A069016 Antti Karttunen, <a href="/A069016/a069016.txt">Scheme-program for computing this sequence</a>
%F A069016 a(n) <= A001055(n). - _David A. Corneth_, Oct 21 2017
%e A069016 The factorizations of 12 are (2,2,3), (2,6), (3,4), and (12), which have three distinct sums 7, 8, and 12. Hence a(12) = 3. - _Antti Karttunen_, Oct 21 2017
%e A069016 The factorizations of 30 are (2,3,5), (2,15), (3,10), (5,6) and (30), which have the 5 distinct sums 10, 17, 13, 11 and 30. Hence a(30) = 5.
%Y A069016 Cf. A001055, A034891.
%K A069016 nonn
%O A069016 1,6
%A A069016 _Amarnath Murthy_, Apr 01 2002
%E A069016 Edited by _David W. Wilson_, May 27 2002
%E A069016 Edited by _N. J. A. Sloane_, Apr 28 2013