Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091930
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091930 Write pi = Sum_{n >= 1} 1/sqrt(a(n)), where each a(n) is minimal, unique and the sum approaches pi from below. +0
1
1, 2, 3, 4, 8, 77929, 17700337092966627, 97049570583433629023486339792437254323980677153951, 5843929411147236787850533935034401259024361461871518737494060444501523486808548249023180720047062910088805381472125716317734317997138497838459864230713 (list; graph; listen)
OFFSET

1,2

COMMENT

The first eight terms give Pi accurately to the first 75 decimal digits.

FORMULA

a(1) = 1, a(2) = 2, a(3) = 3, a(4) = 4; a(n) = ceiling((pi - Sum_{i=1..n-1}(1/sqrt(a(i))))^-2).

EXAMPLE

pi > 1/sqrt(1) + 1/sqrt(2) + 1/sqrt(3) + 1/sqrt(4) + 1/sqrt(8), but pi < 1/sqrt(1) + 1/sqrt(2) + 1/sqrt(3) + 1/sqrt(4) + 1/sqrt(7).

MATHEMATICA

a[1] = 1; a[2] = 2; a[3] = 3; a[4] = 4; a[n_] := Ceiling[(Pi - Sum[1/Sqrt[a[i]], {i, 1, n - 1}])^-2]; Table[ a[n], {n, 1, 9}]

CROSSREFS

Sequence in context: A129284 A100997 A128657 this_sequence A124526 A124418 A112480

Adjacent sequences: A091927 A091928 A091929 this_sequence A091931 A091932 A091933

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 13 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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research