Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086805
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086805 Primes in the numerator of the continued fraction rational approximation of zeta(3). +0
1
5, 113, 1987, 552493, 628313002458512784191921, 40755082849497410605337341, 6681921617166540622940410282864619819 (list; graph; listen)
OFFSET

0,1

LINKS

Cino Hilliard, Continued fractions rational approximation of numeric constants.

PROGRAM

(PARI) \Continued fractions rational approximation of numeric functions cfrac(m, f) = x=f; for(n=0, m, i=floor(x); x=1/(x-i); print1(i, ", ")) cfraczeta(m, f) = { cf = vector(100000); 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(isprime(numer), print1(numer, ", ")); ) }

CROSSREFS

Sequence in context: A003465 A053133 A002400 this_sequence A009603 A009678 A009691

Adjacent sequences: A086802 A086803 A086804 this_sequence A086806 A086807 A086808

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 05 2003

EXTENSIONS

The next term is too large to include.

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 September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research