login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022003 Decimal expansion of 1/999. 13
0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1 (list; constant; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Expansion in any base b of 1/(b^3-1). E.g. 1/7 in base 2, 1/26 in base 3, 1/63 in base 4, etc. - Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Nov 07 2006

a(n) = A130196(n) - A131534(n). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Nov 12 2009]

FORMULA

G.f.: x^2/(1-x^3). a(n)=-(1/2)((-1)^Floor[(2n-1)/3]+(-1)^Floor[(2n+1)/3]) - Mario Catalani (mario.catalani(AT)unito.it), Jan 07 2003

a(n)=2/3*{cos[2*(n+1)*Pi/3]+1/2} with n>=0 a(n)=1-[(n+1)^2 mod 3] with n>=0 a(n)=1/9*{4*(n mod 3)-2*[(n+1) mod 3]+[(n+2) mod 3] with n>=0 - Paolo P. Lava (paoloplava(AT)gmail.com), Nov 29 2006

a(n)=((n+2) mod 3) mod 2. Also: a(n)=1/2*(1-(-1)^(n+floor((n+2)/3))). - Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), May 29 2007

a(n)=(1+(-1)^Fib(n+1))/2, where Fib(n)=A000045(n). - Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jun 14 2007

a(n)= (n^5-n^2) mod 3 [From Gary Detlefs (gdetlefs(AT)aol.com), Mar 20 2010]

a(n)={(-1)^[a(n-1)+a(n-2)] +1}/2 starting from n=3. -- Adriano Caroli (adriano_caroli(AT)virgilio.it), Nov 21 2010

a(n) = 1- Fibonacci(n+1) mod 2 [From Gary Detlefs (gdetlefs(AT)aol.com) Dec 26 2010]

PROG

(PARI) a(n)=n%3==2 [From Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Mar 24 2009]

CROSSREFS

Essentially the same as A079978.

Cf. A068601.

Partial sums are given by A002264(n+1).

Sequence in context: A080887 A099395 A171588 * A131531 A144604 A022926

Adjacent sequences:  A022000 A022001 A022002 * A022004 A022005 A022006

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 05:39 EST 2012. Contains 205860 sequences.