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!)
A021105 Decimal expansion of 1/101. 0
0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9, 9, 0, 0, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Wesley Ivan Hurt, Jun 04 2016: (Start)
G.f.: 9*x^2/(1-x)*(1+x^2).
a(n) = a(n-1) - a(n-2) + a(n-3) for n>2.
a(n) = 9*(1+(-1)^((2*n+3+(-1)^n)/4))/2 = 9*A133872(n+2).
a(n) = 9*(1+i)*(1-i-i^(-n)+i^(1+n))/4 where i=sqrt(-1).
a(2k) = A010680(k), a(2k+1) = A010680(k+1). (End)
E.g.f.: 9*(-sin(x) - cos(x) + sinh(x) + cosh(x))/2. - Ilya Gutkovskiy, Jun 04 2016
MAPLE
Digits:=100: evalf(1/101); # Wesley Ivan Hurt, Jun 04 2016
MATHEMATICA
Flatten[RealDigits[1/101, 10, 100, -1]] (* Wesley Ivan Hurt, Jun 04 2016 *)
PROG
(PARI) a(n) = {r=lift(Mod(10, 101)^(n-1)); floor(10*r/101)} \\ Michael B. Porter, Oct 01 2009
CROSSREFS
Sequence in context: A180680 A165398 A329716 * A334711 A176537 A019891
KEYWORD
nonn,cons,easy
AUTHOR
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 June 30 06:10 EDT 2024. Contains 373861 sequences. (Running on oeis4.)