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!)
A144992 Denominators of an Egyptian fraction for 1/Sqrt[14] = 0.26726124... 0

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

%S 4,58,50346,19633448274,441773737902035099005,

%T 229815189585781074105635265494168676404162,

%U 179445232934099276711775585967008028625880741972428708587351916473125768917384082179

%N Denominators of an Egyptian fraction for 1/Sqrt[14] = 0.26726124...

%t a = {}; k = N[1/Sqrt[14], 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 | 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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)