login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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