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!)
A227093 Decimal expansion of 1/9899. 1

%I #22 Oct 31 2023 11:14:45

%S 0,0,0,1,0,1,0,2,0,3,0,5,0,8,1,3,2,1,3,4,5,5,9,0,4,6,3,6,8,3,2,0,0,3,

%T 2,3,2,6,4,9,7,6,2,6,0,2,2,8,3,0,5,8,8,9,4,8,3,7,8,6,2,4,1,0,3,4,4,4,

%U 7,9,2,4,0,3,2,7,3,0,5,7,8,8,4,6,3,4,8,1,1,5,9,7,1,3,1,0,2,3,3,3,5,6,9,0,4,7

%N Decimal expansion of 1/9899.

%C Group the terms 2 by 2 to get the first 11 Fibonacci numbers (A000045): 00 01 01 02 03 05 08 13 21 34 55 (89, 144, 233, ...).

%H Paolo Xausa, <a href="/A227093/b227093.txt">Table of n, a(n) for n = 0..1000</a>

%F Equals Sum_{i>=0} Fibonacci(i)/100^(i+1).

%e 0.00010102030508132134559046368320032326497626022830588...

%p Digits := 140; evalf(1/9899);

%t Join[{0,0,0},First[RealDigits[1/9899,10,100]]] (* _Paolo Xausa_, Oct 31 2023 *)

%Y Cf. A000045, A021093, A034948.

%K nonn,base,cons,easy

%O 0,8

%A _Roland Kneer_, Jul 01 2013

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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)