Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063537
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research