The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A274087 Nearest integer to n^2*sin(n). 12
0, 1, 4, 1, -12, -24, -10, 32, 63, 33, -54, -121, -77, 71, 194, 146, -74, -278, -243, 54, 365, 369, -4, -448, -522, -83, 515, 697, 212, -558, -889, -388, 565, 1089, 612, -525, -1285, -881, 428, 1466, 1192, -267, -1617, -1538, 34, 1723, 1908, 273, -1770, -2290, -656, 1743, 2668, 1112, -1629, -3024, -1636 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Round[n^2 Sin[n]], {n, 0, 60}] (* Harvey P. Dale, Jul 14 2017 *)
PROG
(Python)
from sympy import sin
def A274087(n):
return int((n**2*sin(n)).round()) # Chai Wah Wu, Jun 10 2016
CROSSREFS
Sequence in context: A322970 A157384 A173621 * A105197 A157398 A306299
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Jun 10 2016
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 June 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)