Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096146
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096146 Prime numerators of the rational convergents to sqrt(3). +0
1
2, 5, 7, 19, 71, 97, 3691, 191861, 138907099, 708158977, 26947261171 (list; graph; listen)
OFFSET

0,1

COMMENT

Next term is too large to include.

This is the prime subsequence of A002531. See also A086386 for numerators where both numerator and denominator are primes. - Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 01 2004

PROGRAM

(PARI) \Continued fraction rational approximation of numeric constants f. m=steps. cfracnumprime(m, f) = { default(realprecision, 3000); cf = vector(m+10); x=f; for(n=0, m, i=floor(x); x=1/(x-i); cf[n+1] = i; ); for(m1=0, m, r=cf[m1+1]; forstep(n=m1, 1, -1, r = 1/r; r+=cf[n]; ); numer=numerator(r); denom=denominator(r); if(ispseudoprime(numer), print1(numer, ", ")); ) }

CROSSREFS

Cf. A002531, A082630, A086386.

Sequence in context: A106872 A071198 A041387 this_sequence A041583 A143915 A160820

Adjacent sequences: A096143 A096144 A096145 this_sequence A096147 A096148 A096149

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jul 24 2004

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research