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.

A382113 Gray code transformation of the Zeckendorf representation of n.

This page as a plain text file.
%I A382113 #19 Mar 18 2025 07:22:10
%S A382113 0,1,3,6,5,11,10,8,19,18,16,13,14,32,31,29,26,27,21,22,24,53,52,50,47,
%T A382113 48,42,43,45,34,35,37,40,39,87,86,84,81,82,76,77,79,68,69,71,74,73,55,
%U A382113 56,58,61,60,66,65,63,142,141,139,136,137,131,132,134,123,124
%N A382113 Gray code transformation of the Zeckendorf representation of n.
%F A382113 a(n) = A022290(A006068(A003714(n))). In other words, take n, calculate its Zeckendorf representation, find the Gray code equivalent of that binary string; then regard it as the Zeckendorf representation of a number (even though it might have two consecutive 1's).
%e A382113 For n = 5: its Zeckendorf representation is 1000; the Gray code equivalent is 1111, which evaluates to 1+2+3+5=11. So a(5) = 11.
%Y A382113 Cf. A003714, A006068, A022290, A382112.
%Y A382113 Cf. A382116 (terms sorted).
%K A382113 nonn,easy
%O A382113 0,3
%A A382113 _Jeffrey Shallit_, Mar 16 2025