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.
%I A262893 #6 Oct 04 2015 13:09:15 %S A262893 6,6,47,47,47,52,52,68,68,70,70,71,72,98,102,102,102,105,105,106,119, %T A262893 119,224,226,227,228,230,235,253,260,260,260,260,261,264,267,267,267, %U A262893 272,272,276,289,291,298,298,298,305,311,312,312,312,312,365,365,365,365,455,456,456,461,461,463,463,464,465,465,477,478,478,481,542,542,542,542,542,542,542,544,661,668,668,670 %N A262893 Partial sums of A262890. %H A262893 Antti Karttunen, <a href="/A262893/b262893.txt">Table of n, a(n) for n = 0..8107</a> %F A262893 a(0) = A262890(0); for n >= 1, a(n) = a(n-1) + A262890(n). %o A262893 (Scheme, with memoization-macro definec) %o A262893 (definec (A262893 n) (if (zero? n) (A262890 0) (+ (A262893 (- n 1)) (A262890 n)))) %Y A262893 Cf. A262890, A262895. %Y A262893 Cf. also A255333. %K A262893 nonn %O A262893 0,1 %A A262893 _Antti Karttunen_, Oct 04 2015