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.

A198395 a(n) = ceiling(n*sqrt(17)).

This page as a plain text file.
%I A198395 #11 Jul 13 2022 20:36:26
%S A198395 0,5,9,13,17,21,25,29,33,38,42,46,50,54,58,62,66,71,75,79,83,87,91,95,
%T A198395 99,104,108,112,116,120,124,128,132,137,141,145,149,153,157,161,165,
%U A198395 170,174,178,182,186,190,194,198,203,207,211,215,219
%N A198395 a(n) = ceiling(n*sqrt(17)).
%H A198395 Vincenzo Librandi, <a href="/A198395/b198395.txt">Table of n, a(n) for n = 0..10000</a>
%o A198395 (Magma) [Ceiling(n*Sqrt(17)): n in [0..60]]
%Y A198395 Cf. A171984, A198272.
%K A198395 nonn,easy
%O A198395 0,2
%A A198395 _Vincenzo Librandi_, Oct 25 2011