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.

A351685 a(n) is the row of the Trithoff (tribonacci) array that contains the tails of the sequence which is n times the tribonacci numbers.

This page as a plain text file.
%I A351685 #27 Oct 04 2024 00:25:28
%S A351685 1,7,10,81,101,121,141,161,1126,1251,1376,1501,1626,1751,1876,2001,
%T A351685 2126,2251,2376,2501,2626,17117,17895,18673,19451,20229,21007,21785,
%U A351685 22563,23341,24119,24897,25675,26453,27231,28009,28787,29565,30343,31121,31899,32677,33455
%N A351685 a(n) is the row of the Trithoff (tribonacci) array that contains the tails of the sequence which is n times the tribonacci numbers.
%C A351685 This sequence is increasing.
%C A351685 The first term of the row a(n) in the Trithoff array is sequence A351689.
%e A351685 Consider twice the tribonacci numbers: 0, 0, 2, 2, 4, 8, 14, 26, 48, and so on. The first few terms can be found in the first row of the Trithoff array A136175. The tail starting with 14, 26, and 48 is the seventh row of the Trithoff array. Thus, a(2) = 7.
%Y A351685 Cf. A000073, A136175, A351689.
%K A351685 nonn
%O A351685 1,2
%A A351685 _Tanya Khovanova_ and PRIMES STEP Senior group, May 08 2022