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.

A225635 Partial sums of A225634.

This page as a plain text file.
%I A225635 #7 May 31 2013 04:22:32
%S A225635 1,2,4,7,10,14,18,22,26,31,36,42,48,55,61,67,73,80,87,95,102,109,116,
%T A225635 124,132,140,148,157,166,175,184,194,204,214,224,234,243,253,264,275,
%U A225635 285,296,306,318,330,342,354,367,379,392,405,418,430,443,456,469,481
%N A225635 Partial sums of A225634.
%C A225635 Gives the positions of ones in A225632.
%o A225635 (Scheme, with _Antti Karttunen_'s IntSeq-library):
%o A225635 (define A225635 (PARTIALSUMS 1 0 A225634))
%Y A225635 Cf. A225632, A225634, A225645.
%K A225635 nonn
%O A225635 1,2
%A A225635 _Antti Karttunen_, May 13 2013