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.

A276855 Beatty sequence for (3 + golden ratio).

This page as a plain text file.
%I A276855 #9 Sep 25 2016 02:15:59
%S A276855 0,4,9,13,18,23,27,32,36,41,46,50,55,60,64,69,73,78,83,87,92,96,101,
%T A276855 106,110,115,120,124,129,133,138,143,147,152,157,161,166,170,175,180,
%U A276855 184,189,193,198,203,207,212,217,221,226,230,235,240,244,249,253,258
%N A276855 Beatty sequence for (3 + golden ratio).
%H A276855 Clark Kimberling, <a href="/A276855/b276855.txt">Table of n, a(n) for n = 0..10000</a>
%F A276855 a(n) = floor(n*(7 + sqrt(5))/2).
%t A276855 z = 500; r = 3+GoldenRatio; b = Table[Floor[k*r], {k, 0, z}]; (* A276855 *)
%Y A276855 Cf. A001950, A276868, A276888.
%K A276855 nonn,easy
%O A276855 0,2
%A A276855 _Clark Kimberling_, Sep 24 2016