|
Search: id:A063537
|
|
|
| A063537 |
|
[tan(n)] > [tan(m)] for all m < n, where [] is the floor function. |
|
+0 1
|
|
| 1, 14, 58, 80, 124, 146, 168, 190, 212, 234, 256, 278, 300, 322, 344, 699, 1054, 1409, 1764, 2119, 2474, 2829, 3184, 3539, 3894, 4249, 4604, 4959, 5314, 5669, 6024, 6379, 6734, 7089, 7444, 7799, 8154, 8509, 8864, 9219, 9574, 9929, 10284, 10639, 10994
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,170
|
|
PROGRAM
|
(PARI) j=[]; for(n=1, 25000, b=floor(tan(n)); if(b>a, a=b; j=concat(j, n))); j
(PARI) { default(realprecision, 50); n=0; a=0; for (m=1, 10^9, b=floor(tan(m)); if (b>a, a=b; write("b063537.txt", n++, " ", m); if (n==170, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 25 2009]
|
|
CROSSREFS
|
Sequence in context: A022286 A005915 A041376 this_sequence A084195 A033856 A143861
Adjacent sequences: A063534 A063535 A063536 this_sequence A063538 A063539 A063540
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Aug 10 2001
|
|
|
Search completed in 0.002 seconds
|