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.

A064066 n-th step is to add a(n) to each previous number a(k) (excluding itself, i.e., k < n) to produce n more terms of the sequence, starting with a(0)=1, a(1)=1.

This page as a plain text file.
%I A064066 #5 Aug 03 2017 03:02:40
%S A064066 1,1,2,3,3,4,4,5,4,4,5,6,5,5,6,7,7,5,5,6,7,7,8,6,6,7,8,8,9,9,5,5,6,7,
%T A064066 7,8,8,9,5,5,6,7,7,8,8,9,8,6,6,7,8,8,9,9,10,9,9,7,7,8,9,9,10,10,11,10,
%U A064066 10,11,6,6,7,8,8,9,9,10,9,9,10,11,6,6,7,8,8,9,9,10,9,9,10,11,10,7,7,8,9,9
%N A064066 n-th step is to add a(n) to each previous number a(k) (excluding itself, i.e., k < n) to produce n more terms of the sequence, starting with a(0)=1, a(1)=1.
%e A064066 Start with (1,1). So after initial step have (1, *1*, 1+1 = 2), then (1, 1, *2*, 1+2 = 3, 1+2 = 3), then (1, 1, 2, *3*, 3, 1+3 = 4, 1+3 = 4, 2+3 = 5), then (1, 1, 2, 3, *3*, 4, 4, 5, 1+3 = 4, 1+3 = 4, 2+3 = 5, 3+3 = 6), etc.
%Y A064066 Each positive number appears A063894 number of times. Cf. A064064, A064065, A064067.
%K A064066 nonn
%O A064066 0,3
%A A064066 _Henry Bottomley_, Aug 31 2001