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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038213 Top line of 3-wave sequence A038196, also bisection of A006356. 0
1, 3, 14, 70, 353, 1782, 8997, 45425, 229347, 1157954, 5846414, 29518061, 149034250, 752461609, 3799116465, 19181424995, 96845429254, 488964567014, 2468741680809, 12464472679038, 62932092237197, 317738931708801 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

F. v. Lamoen, Wave sequences

FORMULA

Let v(3)=(1, 1, 1), let M(3) be the 3 X 3 matrix m(i, j) =min(i, j); then a(n)= min ( v(3)*M(3)^n) - Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 03 2002

GF= -((1 + (-3 + q)*q)/(-1 + (-3 + q)*(-2 + q)*q)). - Wouter Meeussen, Mar 19 2005

PROG

(PARI) k=3; M(k)=matrix(k, k, i, j, min(i, j)); v(k)=vector(k, i, 1); a(n)=vecmin(v(k)*M(k)^n)

CROSSREFS

Sequence in context: A151325 A020065 A028938 * A161939 A001579 A006772

Adjacent sequences:  A038210 A038211 A038212 * A038214 A038215 A038216

KEYWORD

nonn

AUTHOR

Floor van Lamoen (fvlamoen(AT)hotmail.com)

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 03 2002

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 21:51 EST 2012. Contains 205978 sequences.