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

 


Denominators of an Egyptian fraction for 1/Sqrt[23] = 0.208514414...
0

%I #2 Mar 31 2012 10:22:10

%S 5,118,25102,3098488794,14128130137829281462,

%T 485584015670165519973653386760357384912,

%U 314540562973936255020142367073783456663449048259761865641894253491267983125499

%N Denominators of an Egyptian fraction for 1/Sqrt[23] = 0.208514414...

%t a = {}; k = N[1/Sqrt[23], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

%Y A069139, A006487, A006526, A006525, A006524, A001466, A110820, A117116, A118323, A118324, A118325, A144835, A132480-A132574, A069261, A144984-A145003

%K frac,nonn

%O 1,1

%A _Artur Jasinski_, Sep 28 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 10:13 EDT 2024. Contains 376068 sequences. (Running on oeis4.)