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.

A111244 Partial sums of A084385.

This page as a plain text file.
%I A111244 #6 Aug 15 2015 20:01:42
%S A111244 1,3,7,10,17,22,31,37,45,56,69,79,91,106,123,137,153,172,193,211,231,
%T A111244 254,279,301,325,352,381,407,435,466,499,529,561,596,633,667,703,742,
%U A111244 783,821,861,904,949,991,1035,1082,1131,1177,1225,1276,1329,1379,1431,1486,1543
%N A111244 Partial sums of A084385.
%C A111244 a(n+1) = a(n) + (smallest number coprime with a(n) and not already added). - _Reinhard Zumkeller_, Aug 15 2015
%H A111244 Reinhard Zumkeller, <a href="/A111244/b111244.txt">Table of n, a(n) for n = 1..10000</a>
%o A111244 (Haskell)
%o A111244 a111244 n = a111244_list !! (n-1)
%o A111244 a111244_list = scanl1 (+) a084385_list
%o A111244 -- _Reinhard Zumkeller_, Aug 15 2015
%Y A111244 Cf. A084385, A089781.
%K A111244 nonn
%O A111244 1,2
%A A111244 _N. J. A. Sloane_, Oct 31 2005