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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133876 n modulo 6 repeated 6 times. 3
1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 0, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,7

COMMENTS

Periodic with length 6^2=36.

FORMULA

a(n)=(1+floor(n/6)) mod 6.

a(n)=1+floor(n/6)-6*floor((n+6)/36).

a(n)=(((n+6) mod 36)-(n mod 6))/6.

a(n)=((n+6-(n mod 6))/6) mod 6.

G.f. g(x)=(1-x^6)(1+2x^5+3x^12+4x^18+5x^24)/((1-x)(1-x^36)).

G.f. g(x)=(5x^36-6x^30+1)/((1-x)(1-x^6)(1-x^36)).

CROSSREFS

Cf. A000040, A133620-A133625, A133630, A038509, A133634-A133636.

Cf. A133886, A133880, A133890, A133900, A133910.

Sequence in context: A132090 A071538 A138194 * A152467 A097992 A195177

Adjacent sequences:  A133873 A133874 A133875 * A133877 A133878 A133879

KEYWORD

nonn

AUTHOR

Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Oct 10 2007

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 03:44 EST 2012. Contains 205860 sequences.