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.
%I A134900 #16 Sep 08 2022 08:45:32 %S A134900 4,7,3586,2,2,1,33,22,102,2,5,2,141,39,70,1,7,5,15012,60,70,1,8,8,1, %T A134900 97,77,1123,7,11,3,197,90,226,4,14,8,1110,111,154,1,15,13, %U A134900 150381952598940947400633734,146,140,153664,14,18,2,227 %N A134900 a(n) = ceiling(n*exp(csc(n))). %H A134900 Vincenzo Librandi, <a href="/A134900/b134900.txt">Table of n, a(n) for n = 1..709</a> (shortened by _N. J. A. Sloane_, Jan 13 2019) %t A134900 Table[Ceiling[n Exp[Csc[n]]], {n, 60}] (* _Vincenzo Librandi_, Feb 18 2013 *) %o A134900 (Magma) [Ceiling(n*Exp(Cosec(n))): n in [1..60]]; // _Vincenzo Librandi_, Feb 18 2013 %Y A134900 Cf. A134890, A134891, A134892, A134893, A134894, A134895, A134896, A134897, A134898, A134899. %K A134900 nonn,easy %O A134900 1,1 %A A134900 _Mohammad K. Azarian_, Nov 14 2007