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.

A319198 Partial sums of the infinite self-similar tribonacci word, written in the form A080843.

This page as a plain text file.
%I A319198 #28 Jun 01 2022 18:09:38
%S A319198 0,1,1,3,3,4,4,4,5,5,7,7,8,8,9,9,11,11,12,12,12,13,13,15,15,16,16,18,
%T A319198 18,19,19,19,20,20,22,22,23,23,24,24,26,26,27,27,27,28,28,30,30,31,31,
%U A319198 31,32,32,34,34,35,35,36,36,38,38,39,39,39,40,40,42,42,43,43
%N A319198 Partial sums of the infinite self-similar tribonacci word, written in the form A080843.
%C A319198 This sequence produces a formula for the A-numbers A278040, specifying the positions (or indices) of 1's in A080843, namely A(n) = 4*n+1 - a(n-1), with a(-1) = 0.
%H A319198 Vincenzo Librandi, <a href="/A319198/b319198.txt">Table of n, a(n) for n = 0..10600</a>
%H A319198 Wolfdieter Lang, <a href="https://arxiv.org/abs/1810.09787">The Tribonacci and ABC Representations of Numbers are Equivalent</a>, arXiv preprint arXiv:1810.09787 [math.NT], 2018.
%F A319198 a(n) = Sum_{j=0..n} A080843(n), n >= 0.
%F A319198 a(n) = z_A(n) + 2*z_C(n) = A276797(n+1) + 2*(A276798(n+1) - 1), where z_A(n) gives the number of A-numbers from A278040 not exceeding n, similarly for z_C(n) with the C-numbers from A278041. - _Wolfdieter Lang_, Dec 13 2018
%Y A319198 Cf. A080843, A276797, A276798, A278039 (B-numbers), A278040 (A-numbers), A278041 (C-numbers).
%K A319198 nonn,easy
%O A319198 0,4
%A A319198 _Wolfdieter Lang_, Oct 10 2018