VOOZH
about
URL: https://oeis.org/A134892
⇱ A134892 - OEIS
login
A134892
a(n) = ceiling(n*exp(sin(n))).
22
3, 5, 4, 2, 2, 5, 14, 22, 14, 6, 5, 8, 20, 38, 29, 12, 7, 9, 23, 50, 49, 22, 10, 10, 22, 56, 71, 37, 15, 12, 21, 56, 90, 58, 23, 14, 20, 52, 103, 85, 35, 17, 19, 45, 106, 114, 54, 23, 19, 39, 100, 140, 79, 31, 21, 34, 89, 157, 112
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 1..1000
MATHEMATICA
Table[Ceiling[n Exp[Sin[n]]], {n, 60}] (*
Vincenzo Librandi
, Feb 08 2013 *)
PROG
(Magma) [Ceiling(n*Exp(Sin(n))): n in [1..60]]; //
Vincenzo Librandi
, Feb 08 2013
(PARI) a(n)=ceil(n*exp(sin(n))) \\
Charles R Greathouse IV
, Jul 01 2013
CROSSREFS
Cf.
A134890
,
A134891
.
Sequence in context:
A165109
A349377
A349376
*
A253074
A055266
A338843
Adjacent sequences:
A134889
A134890
A134891
*
A134893
A134894
A134895
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian
, Nov 14 2007
STATUS
approved