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.

A181630 Duplicate of A112310.

This page as a plain text file.
%I A181630 #10 Jun 04 2021 23:22:32
%S A181630 1,1,2,2,2,3,2,3,3,3,4,3,3,4,3,4,4,4,5
%N A181630 Duplicate of A112310.
%C A181630 A181631 = number of leading 1's in Fibonacci Maximal notation.
%C A181630 This notation uses headings: (...5, 3, 2, 1); and fills in entries starting from the right, as opposed to the left. For example n=8 = 1011 = (5 + 2 + 1) as opposed to Minimal notation which would be (1100) = (5 + 3).
%C A181630 Conjectured row sums = A023610: (1, 3, 7, 15, 30, 58, ...).
%C A181630 Is this the same as A112310? - _R. J. Mathar_, Nov 03 2010
%C A181630 Contribution from _Gary W. Adamson_, Nov 03 2010: (Start)
%C A181630 The next row of 13 terms = (3, 4, 4, 5, 6, 4, 4, 5, 4, 5, 5, 5, 6), sum = 58. (End)
%F A181630 Count numbers of 1's in Fibonacci Maximal notation for n.
%e A181630 First few terms of the triangle:
%e A181630   1;
%e A181630   1, 2;
%e A181630   2, 2, 3;
%e A181630   2, 3, 3, 3, 4;
%e A181630   3, 3, 4, 3, 4, 4, 4, 5;
%e A181630   ...
%e A181630 Example: 10 in Fibonacci Maximal = 1110, having three 1's, so a(10) = 3.
%Y A181630 Cf. A023610, A181631.
%K A181630 dead
%O A181630 2,3
%A A181630 _Gary W. Adamson_, Nov 02 2010