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.

A356386 a(n) is the number of occurrences of n in A356384.

This page as a plain text file.
%I A356386 #5 Aug 07 2022 07:52:20
%S A356386 1,1,2,4,4,8,0,20,8,10,6,8,12,0,48,0,30,4,30,26,18,8,4,46,0,78,0,42,
%T A356386 38,0,36,28,52,0,60,36,0,76,24,26,8,122,0,84,24,34,42,0,64,34,86,0,
%U A356386 108,64,40,64,46,0,98,68,0,176,20,40,134,0,42,66,124,0,114
%N A356386 a(n) is the number of occurrences of n in A356384.
%C A356386 Positive terms correspond to the RUNS transform of A356384.
%H A356386 Rémy Sigrist, <a href="/A356386/a356386.txt">C program</a>
%e A356386 A356384 begins 1, 2, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 8, ...
%e A356386 So a(1) = 1,
%e A356386    a(2) = 1,
%e A356386    a(3) = 2,
%e A356386    a(4) = 4,
%e A356386    a(5) = 4,
%e A356386    a(6) = 8,
%e A356386    a(7) = 0.
%o A356386 (C) See Links section.
%Y A356386 Cf. A356384.
%K A356386 nonn,base
%O A356386 1,3
%A A356386 _Rémy Sigrist_, Aug 05 2022