login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A190350 Define a series of lists by L_1 = [1], L_{k+1} = [i+1, i^2+i+1 : i in L_k]; then a(n) = numerator of Sum (1/i : i in L_n). 1
1, 5, 877, 3349607, 21942759935479332971926241, 180761188752879910424934681877493335110381106645501751786955912877 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sum (1/i : i in L_n) converges to Pi/4 as n -> oo.
REFERENCES
J. Borwein, D. Bailey and R. Girgensohn, Experimentation in Mathematics: Computational Paths to Discovery, Peters, Boston, 2004. See Sect. 1.3.
LINKS
EXAMPLE
1, 5/6, 877/1092, 3349607/4218760, 21942759935479332971926241/27765973216255750329906360, ...
MAPLE
M:=6; s1:={1}; n1[1]:=1;
for n from 2 to M do
s2:={};
for i in s1 do s2:={op(s2), i+1, i^2+i+1 }; od:
n1[n] := add(1/i, i in s2):
s1:=s2;
od:
s3:=[seq(n1[i], i=1..M)];
CROSSREFS
Cf. A190351.
Sequence in context: A214450 A332185 A085706 * A135084 A206356 A298278
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, May 09 2011
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 December 7 14:54 EST 2023. Contains 367657 sequences. (Running on oeis4.)