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.

A184910 a(n) = n + floor(n*r/s) + floor(n*t/s) with r = 2^(1/5), s = r^2, t = r^3.

This page as a plain text file.
%I A184910 #18 Jan 19 2025 12:13:28
%S A184910 2,5,8,11,14,17,21,23,26,29,32,35,38,42,45,47,50,53,56,59,63,66,69,71,
%T A184910 74,77,81,84,87,90,92,95,98,102,105,108,111,114,116,119,123,126,129,
%U A184910 132,135,138,140,144,147,150,153,156,159,163,165,168,171,174,177,180,184
%N A184910 a(n) = n + floor(n*r/s) + floor(n*t/s) with r = 2^(1/5), s = r^2, t = r^3.
%Y A184910 Cf. A184909, A184911, A378142, A378185, A379510.
%K A184910 nonn
%O A184910 1,1
%A A184910 _Clark Kimberling_, Jan 25 2011
%E A184910 Name correted by _Alois P. Heinz_, Jan 19 2025