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!)
A092730 Denominators in an expansion for sqrt(2). 0
2, 11, 780, 180120, 602397129892, 1056102638179040007288663, 327737656399044928534482808981921590582331458173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Denominators of an alternating series for sqrt(2) where the n-th numerator is the n-th digit of Pi, see example. - Michel Marcus, Aug 03 2013
LINKS
EXAMPLE
Sqrt(2) = 3/2 + (-1)/11 + 4/780 + (-1)/180120 + 5/602397129892 + (-9)/1056102638179040007288663 + ... with successive digits of Pi as numerators.
PROG
(PARI) a(nn) = {vpi = digits(floor(Pi*10^(nn-1)), 10); val = 0; isign = 1; for (i=1, #vpi, ai = floor((isign*vpi[i])/(sqrt(2)-val)); print1(ai, ", "); val += isign * vpi[i]/ai; isign *= -1; ); } \\ Michel Marcus, Aug 01 2013
CROSSREFS
Cf. A002193.
Sequence in context: A128855 A262547 A206846 * A157841 A293240 A365098
KEYWORD
nonn,base
AUTHOR
Yalcin Aktar, Apr 12 2004, Feb 22 2007
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 July 27 09:47 EDT 2024. Contains 374647 sequences. (Running on oeis4.)