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.

A134905 a(n) = floor(n*exp(-sin n)).

This page as a plain text file.
%I A134905 #11 Sep 08 2022 08:45:32
%S A134905 0,0,2,8,13,7,3,2,5,17,29,20,8,5,7,21,44,38,16,8,9,22,53,59,28,12,10,
%T A134905 21,56,80,46,18,12,20,53,97,70,28,14,18,48,105,98,43,19,18,41,103,127,
%U A134905 65,26,19,35,94,149,94,36,21,31,81
%N A134905 a(n) = floor(n*exp(-sin n)).
%H A134905 Vincenzo Librandi, <a href="/A134905/b134905.txt">Table of n, a(n) for n = 1..1000</a>
%t A134905 Table[Floor[n*Exp[- Sin[n]]], {n, 70}] (* _Vincenzo Librandi_, Feb 18 2013 *)
%o A134905 (Magma) [Floor(n*Exp(-Sin(n))): n in [1..60]]; // _Vincenzo Librandi_, Feb 18 2013
%Y A134905 Cf. A134890; A134891; A134892; A134902; A134903; A134904.
%K A134905 nonn,easy
%O A134905 1,3
%A A134905 _Mohammad K. Azarian_, Nov 14 2007
%E A134905 Offset corrected by _Mohammad K. Azarian_, Nov 19 2008