OFFSET
1,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..1000
Xiao Gang, Function calculator (see "How to type a function").
MATHEMATICA
v=[]; for(n=1, 260, v=concat(v, floor(sin(n)*cos(2*n)^2*tan(4*n)^3))); v
PROG
(PARI) { default(realprecision, 100); for (n=1, 1000, write("b062233.txt", n, " ", floor(sin(n)*cos(2*n)^2*tan(4*n)^3)) ) } \\ Harry J. Smith, Aug 03 2009
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Jason Earls, Jun 29 2001
EXTENSIONS
Terms corrected by removing spurious comma by Harry J. Smith, Aug 03 2009
STATUS
approved