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.

A184732 a(n) = floor(n*r+h), where r=(1+sqrt(5))/2, h=-1/4; complement of A184733.

This page as a plain text file.
%I A184732 #10 Mar 30 2025 11:23:38
%S A184732 1,2,4,6,7,9,11,12,14,15,17,19,20,22,24,25,27,28,30,32,33,35,36,38,40,
%T A184732 41,43,45,46,48,49,51,53,54,56,57,59,61,62,64,66,67,69,70,72,74,75,77,
%U A184732 79,80,82,83,85,87,88,90,91,93,95,96,98,100,101,103,104,106,108,109,111,113,114,116,117,119,121,122,124,125,127,129,130,132,134,135,137,138,140,142,143,145,146,148,150,151,153,155,156,158,159,161,163,164,166,168,169,171,172,174,176,177,179,180,182,184,185,187,189,190,192,193
%N A184732 a(n) = floor(n*r+h), where r=(1+sqrt(5))/2, h=-1/4; complement of A184733.
%H A184732 Jon Asier Bárcena-Petisco, Luis Martínez, María Merino, Juan Manuel Montoya, and Antonio Vera-López, <a href="https://arxiv.org/abs/2503.19696">Fibonacci-like partitions and their associated piecewise-defined permutations</a>, arXiv:2503.19696 [math.CO], 2025. See p. 4.
%F A184732 a(n) = floor(n*r+h), where r=(1+sqrt(5))/2, h=-1/4.
%t A184732 r=(1+sqrt(5))/2, h=-1/4; s=r/(r-1);
%t A184732 Table[Floor[n*r+h],{n,1,120}]  (* A184732 *)
%t A184732 Table[Floor[n*s+h-h*s],{n,1,120}]  (*A184733 *)
%Y A184732 Cf. A184733, A184658.
%K A184732 nonn
%O A184732 1,2
%A A184732 _Clark Kimberling_, Jan 20 2011