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.

A079664 a(n) = Sum_{i=1..n} LookAndSay(i).

This page as a plain text file.
%I A079664 #9 Aug 24 2025 18:13:56
%S A079664 11,23,36,50,65,81,98,116,135,1245,1266,2378,3491,4605,5720,6836,7953,
%T A079664 9071,10190,11400,12611,12633,13846,15060,16275,17491,18708,19926,
%U A079664 21145,22455,23766,25078,25101,26415,27730,29046,30363,31681,33000,34410
%N A079664 a(n) = Sum_{i=1..n} LookAndSay(i).
%C A079664 A question related to this sequence: prove the convergence or divergence of the infinite series Sum_{i>=1} 1/LookAndSay(i). (Numerical experiments suggest that this diverges slowly.)
%e A079664 a(2) = LookAndSay(1) + LookAndSay(2) = 11 (one "1") + 12 (one "2") = 23.
%Y A079664 Partial sums of A047842, n>=1.
%K A079664 base,nonn,changed
%O A079664 1,1
%A A079664 _Joseph L. Pe_, Jan 26 2003