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.

A136604 Partial sums of A066957.

This page as a plain text file.
%I A136604 #6 Jan 04 2013 15:55:43
%S A136604 22,65,83,124,142,182,206,245,263,309,326,364,391,429,453,496,514,553,
%T A136604 576,613,636,679,704,740,772,808,833,877,902,937,971,1002,1028,1065,
%U A136604 1089,1124,1156,1188,1215,1252,1283,1309,1343,1377,1406,1448,1475,1502
%N A136604 Partial sums of A066957.
%C A136604 a(n) = a(n-1) + A066957(n), a(0) = A066957(0);
%C A136604 for n>=123456789: a(n) = 6572 = 6561 + 11 = 3^8 + A066957(0)/2.
%H A136604 R. Zumkeller, <a href="/A136604/b136604.txt">Table of n, a(n) for n = 0..10000</a>
%K A136604 nonn,base
%O A136604 0,1
%A A136604 _Reinhard Zumkeller_, Jan 12 2008