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.

A382116 a(n) = floor(n*g+(g-1)/2), where g is the golden ratio.

This page as a plain text file.
%I A382116 #13 Mar 23 2025 20:52:28
%S A382116 0,1,3,5,6,8,10,11,13,14,16,18,19,21,22,24,26,27,29,31,32,34,35,37,39,
%T A382116 40,42,43,45,47,48,50,52,53,55,56,58,60,61,63,65,66,68,69,71,73,74,76,
%U A382116 77,79,81,82,84,86,87,89,90,92,94,95,97,99,100,102,103,105
%N A382116 a(n) = floor(n*g+(g-1)/2), where g is the golden ratio.
%C A382116 Differs from A184734(n) and A184582(n) at n = 27.
%C A382116 Consists of the values of A382113 in ascending order.
%t A382116 Table[Floor[n*GoldenRatio+(GoldenRatio-1)/2],{n,0,65}] (* _James C. McMahon_, Mar 23 2025 *)
%Y A382116 Cf. A001622, A382113.
%K A382116 nonn,easy
%O A382116 0,3
%A A382116 _Jeffrey Shallit_, Mar 16 2025