The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A259490 Numbers k such that the denominator of the n-th convergent of the continued fraction expansion of Pi is prime. 0
2, 4, 9, 33, 595, 1127, 2003, 3611, 4356, 6926 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the k such that A002486(k+1) is prime. - Michel Marcus, Jul 15 2015
a(11) > 25000.
LINKS
MATHEMATICA
$MaxExtraPrecision = 25000; lst = {}; cf = ContinuedFraction[Pi, 10000]; Do[ If[ PrimeQ[ Denominator[ FromContinuedFraction[ Take[ cf, n]] ]], AppendTo[lst, n]], {n, Length[cf]}]; lst
Position[Convergents[Pi, 7000], _?(PrimeQ[Denominator[#]]&)]//Flatten (* Harvey P. Dale, Aug 12 2021 *)
CROSSREFS
Sequence in context: A092329 A053548 A054119 * A274758 A266929 A242986
KEYWORD
nonn,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)