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

 


A134890
Ceiling(n*exp(cos n)).
21
2, 2, 2, 3, 7, 16, 15, 7, 4, 5, 12, 28, 33, 17, 8, 7, 13, 35, 52, 31, 13, 9, 14, 37, 68, 50, 21, 11, 14, 36, 78, 74, 33, 15, 15, 32, 80, 99, 51, 21, 16, 29, 75, 120, 77, 30, 18, 26, 67, 132, 108, 45, 22, 24, 57, 132, 141, 66, 28
OFFSET
1,1
LINKS
MATHEMATICA
Table[Ceiling[n Exp[Cos[n]]], {n, 60}] (* Vincenzo Librandi, Feb 08 2013 *)
PROG
(Magma) [Ceiling(n*Exp(Cos(n))): n in [1..60]]; // Vincenzo Librandi, Feb 08 2013
(PARI) a(n)=ceil(n*exp(cos(n))) \\ Charles R Greathouse IV, Jul 01 2013
CROSSREFS
Sequence in context: A091228 A181056 A200918 * A101360 A270371 A351108
KEYWORD
nonn
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 07:49 EDT 2024. Contains 376067 sequences. (Running on oeis4.)