login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A134904
Ceiling(n*exp(-sin(n))).
10
1, 1, 3, 9, 14, 8, 4, 3, 6, 18, 30, 21, 9, 6, 8, 22, 45, 39, 17, 9, 10, 23, 54, 60, 29, 13, 11, 22, 57, 81, 47, 19, 13, 21, 54, 98, 71, 29, 15, 19, 49, 106, 99, 44, 20, 19, 42, 104, 128, 66, 27, 20, 36, 95, 150, 95, 37, 22, 32
OFFSET
1,3
LINKS
MATHEMATICA
Table[Ceiling[n Exp[-Sin[n]]], {n, 60}] (* Vincenzo Librandi, Feb 18 2013 *)
PROG
(Magma) [Ceiling(n*Exp(-Sin(n))): n in [1..60]]; // Vincenzo Librandi, Feb 18 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 14 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 21:24 EDT 2024. Contains 376078 sequences. (Running on oeis4.)