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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131029 Periodic sequence (11, 5, 2, 5, 11, 14). 10
11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14, 11, 5, 2, 5, 11, 14 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Fifth column of triangular array T defined in A131022.

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (2,-2,1).

FORMULA

a(1) = a(5) = 11, a(2) = a(4) = 5, a(3) = 2, a(6) = 14; for n > 6, a(n) = a(n-6).

G.f.: (11-17*x+14*x^2)/((1-x)*(1-x+x^2)).

a(n)=1/30*{31*(n mod 6)+[(n+1) mod 6]-14*[(n+2) mod 6]+[(n+3) mod 6]+31*[(n+4) mod 6]+46*[(n+5) mod 6]}, with n>=0. - Paolo P. Lava (paoloplava(AT)gmail.com), Jun 19 2007

PROG

(PARI) {m=84; for(n=1, m, r=(n-1)%6; print1(if(r==0||r==4, 11, if(r==2, 2, if(r==5, 14, 5))), ", "))}

(MAGMA) m:=84; [ [11, 5, 2, 5, 11, 14][(n-1) mod 6 + 1]: n in [1..m] ];

CROSSREFS

Cf. A131022. Other columns of T are in A088911, A131026, A131027, A131028, A131030.

Sequence in context: A038318 A010186 A097531 * A033331 A085716 A127820

Adjacent sequences:  A131026 A131027 A131028 * A131030 A131031 A131032

KEYWORD

nonn,easy

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), following a suggestion of Paul Curtz (bpcrtz(AT)free.fr), Jun 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 15 16:21 EST 2012. Contains 205823 sequences.