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.

A134892 a(n) = ceiling(n*exp(sin(n))).

This page as a plain text file.
%I A134892 #15 Sep 05 2025 13:19:39
%S A134892 3,5,4,2,2,5,14,22,14,6,5,8,20,38,29,12,7,9,23,50,49,22,10,10,22,56,
%T A134892 71,37,15,12,21,56,90,58,23,14,20,52,103,85,35,17,19,45,106,114,54,23,
%U A134892 19,39,100,140,79,31,21,34,89,157,112
%N A134892 a(n) = ceiling(n*exp(sin(n))).
%H A134892 Vincenzo Librandi, <a href="/A134892/b134892.txt">Table of n, a(n) for n = 1..1000</a>
%t A134892 Table[Ceiling[n Exp[Sin[n]]], {n, 60}] (* _Vincenzo Librandi_, Feb 08 2013 *)
%o A134892 (Magma) [Ceiling(n*Exp(Sin(n))): n in [1..60]]; // _Vincenzo Librandi_, Feb 08 2013
%o A134892 (PARI) a(n)=ceil(n*exp(sin(n))) \\ _Charles R Greathouse IV_, Jul 01 2013
%Y A134892 Cf. A134890, A134891.
%K A134892 nonn,changed
%O A134892 1,1
%A A134892 _Mohammad K. Azarian_, Nov 14 2007