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.

A082845 Partial sums of A082844.

This page as a plain text file.
%I A082845 #15 Sep 10 2023 02:11:42
%S A082845 2,5,7,10,12,14,17,19,22,24,26,29,31,34,36,39,41,43,46,48,51,53,55,58,
%T A082845 60,63,65,68,70,72,75,77,80,82,84,87,89,92,94,96,99,101,104,106,109,
%U A082845 111,113,116,118,121,123,125,128,130,133,135,138,140,142,145,147,150,152
%N A082845 Partial sums of A082844.
%H A082845 Michael De Vlieger, <a href="/A082845/b082845.txt">Table of n, a(n) for n = 1..10000</a>
%H A082845 Robbert Fokkink, <a href="https://arxiv.org/abs/2309.01644">The Pell Tower and Ostronometry</a>, arXiv:2309.01644 [math.CO], 2023.
%F A082845 a(n) = 1+floor((1+sqrt(2))*n-(2-sqrt(2))).
%t A082845 With[{s = Sqrt[2]}, Array[1 + Floor[# (1 + s) - (2 - s)] &, 120]] (* _Michael De Vlieger_, Sep 09 2023 *)
%Y A082845 Not the same as A003153.
%K A082845 nonn
%O A082845 1,1
%A A082845 _Benoit Cloitre_, Apr 14 2003