login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161686 Continued fraction for Pi/(3*sqrt(2)). 2
0, 1, 2, 1, 5, 1, 4, 2, 2, 1, 1, 2, 2, 2, 6, 1, 1, 1, 5, 2, 1, 1, 1, 1, 1, 6, 2, 3, 1, 11, 1, 2, 1, 21, 1, 6, 11, 1, 3, 1, 1, 1, 1, 6, 2, 3, 1, 2, 3, 20, 2, 5, 1, 1, 48, 1, 1, 1, 3, 1, 23, 8, 1, 8, 3, 4, 2, 1, 1, 9, 1, 4, 1, 4, 19, 18, 1, 1, 5, 6, 1, 39, 192, 2, 1, 1, 1, 1, 1, 2, 19, 1, 3, 5, 13, 98, 1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,20000

EXAMPLE

0.740480489693061041169313498... = 0 + 1/(1 + 1/(2 + 1/(1 + 1/(5 + ...))))

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi*sqrt(2)/6); for (n=0, 20000, write("b161686.txt", n, " ", x[n+1])); }

CROSSREFS

Cf. A093825 Decimal expansion.

Sequence in context: A055972 A079168 A055205 * A069626 A205443 A069359

Adjacent sequences:  A161683 A161684 A161685 * A161687 A161688 A161689

KEYWORD

nonn

AUTHOR

Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 18 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.