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.

A262895 Partial sums of A262894.

This page as a plain text file.
%I A262895 #9 Oct 04 2015 23:40:53
%S A262895 6,6,47,47,47,52,52,68,68,70,70,69,70,92,96,96,96,93,93,92,79,79,184,
%T A262895 186,185,184,182,183,201,208,208,208,208,209,208,205,205,205,200,200,
%U A262895 196,209,209,202,202,202,195,201,202,202,202,202,243,243,243,243,333,332,332,337,337,335,335,336,335,335,347,346,346,349,410,410,410,410,410,410,410,410,527
%N A262895 Partial sums of A262894.
%C A262895 First negative term occurs as a(2778) = -206.
%H A262895 Antti Karttunen, <a href="/A262895/b262895.txt">Table of n, a(n) for n = 0..8107</a>
%F A262895 a(0) = A262894(0); for n >= 1, a(n) = a(n-1) + A262894(n).
%o A262895 (Scheme, with memoization-macro definec)
%o A262895 (definec (A262895 n) (if (zero? n) (A262894 0) (+ (A262895 (- n 1)) (A262894 n))))
%Y A262895 Cf. A262893, A262894.
%Y A262895 Cf. also A255332.
%K A262895 sign,look
%O A262895 0,1
%A A262895 _Antti Karttunen_, Oct 04 2015