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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134891 a(n) = floor(n*exp(cos(n))). 20
1, 1, 1, 2, 6, 15, 14, 6, 3, 4, 11, 27, 32, 16, 7, 6, 12, 34, 51, 30, 12, 8, 13, 36, 67, 49, 20, 10, 13, 35, 77, 73, 32, 14, 14, 31, 79, 98, 50, 20, 15, 28, 74, 119, 76, 29, 17, 25, 66, 131, 107, 44, 21, 23, 56, 131, 140, 65, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
Table[Floor[n Exp[Cos[n]]], {n, 60}] (* Vincenzo Librandi, Feb 08 2013 *)
PROG
(Magma) [Floor(n*Exp(Cos(n))): n in [1..60]]; // Vincenzo Librandi, Feb 08 2013
(PARI) a(n)=floor(n*exp(cos(n))) \\ Charles R Greathouse IV, Jul 01 2013
CROSSREFS
Cf. A134890.
Sequence in context: A348592 A337737 A119416 * A020947 A011777 A324176
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian, Nov 14 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 18 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)