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.

A022806 a(n) = B(n) + c(n) where B(n) is Beatty sequence [ n*e ] and c is the complement of B.

This page as a plain text file.
%I A022806 #10 May 21 2019 22:02:05
%S A022806 3,8,12,16,20,25,30,33,38,42,46,50,55,60,63,68,72,76,81,85,90,93,98,
%T A022806 102,106,111,115,120,123,128,133,136,141,145,150,153,158,163,167,171,
%U A022806 175,180,184,188,193,197,201,205,210,214,218,223,227,231,236
%N A022806 a(n) = B(n) + c(n) where B(n) is Beatty sequence [ n*e ] and c is the complement of B.
%H A022806 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%F A022806 a(n) = A022843(n + 1) + A054385(n). - _Sean A. Irvine_, May 21 2019
%K A022806 nonn
%O A022806 1,1
%A A022806 _Clark Kimberling_