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!)
A134894 Ceiling(n*exp(tan n)). 9
5, 1, 3, 13, 1, 5, 17, 1, 6, 20, 1, 7, 21, 19608, 7, 22, 560, 6, 23, 188, 5, 23, 113, 3, 22, 85, 2, 22, 71, 1, 20, 62, 1, 19, 57, 83616, 16, 52, 1449, 14, 49, 416, 10, 45, 228, 6, 42, 160, 3, 39, 126, 1, 35, 106, 1, 31, 93, 240699 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A134894:=n->ceil(n*exp(tan(n))): seq(A134894(n), n=1..100); # Wesley Ivan Hurt, Nov 20 2014
MATHEMATICA
Table[Ceiling[n * Exp[Tan[n]]], {n, 100}] (* Vincenzo Librandi, Feb 18 2013 *)
PROG
(Magma) [Ceiling(n*Exp(Tan(n))): n in [1..60]]; // Vincenzo Librandi, Feb 18 2013
(PARI) a(n)=ceil(n*exp(tan(n))) \\ Charles R Greathouse IV, Nov 21 2014
CROSSREFS
Sequence in context: A248130 A365457 A365456 * A143700 A036790 A201847
KEYWORD
nonn,easy
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)