Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097511
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097511 Rightmost terms of the triangle A097825. +0
2
1, 1, 1, 4, 3, 4, 7, 2, 8, 2, 4, 8, 2, 12, 8, 11, 12, 11, 16, 11, 17, 3, 17, 5, 17, 7, 13, 15, 1, 30, 3, 30, 5, 30, 13, 24, 27, 12, 31, 10, 35, 8, 39, 6, 26, 20, 22, 26, 20, 30, 18, 34, 16, 38, 10, 49, 12, 49, 14, 49, 22, 43, 24, 43, 26, 43, 63, 3, 63, 5, 57, 13, 57, 15, 57, 17, 51, 25 (list; graph; listen)
OFFSET

1,4

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

MAPLE

p:=proc(n) local B, k, u, rev, w; with(linalg):u:=n->[seq(i, i=1..n)]; rev:=proc(a) [seq(a[nops(a)+1-i], i=1..nops(a))] end; w:=(m, n)->[seq(i, i=m..n)]; B[0]:=matrix(1, n, u(n)): if n mod 2 = 0 then for k from 1 to n/2 do B[2*k-1]:=concat(submatrix(B[2*k-2], [1], rev(u(2*k-1))), submatrix(B[2*k-2], [1], w(2*k, n))): B[2*k]:=concat(submatrix(B[2*k-1], [1], u(n-2*k)), submatrix(B[2*k-1], [1], rev(w(n+1-2*k, n)))) od else for k from 1 to (n-1)/2 do B[2*k-1]:=concat(submatrix(B[2*k-2], [1], rev(u(2*k-1))), submatrix(B[2*k-2], [1], w(2*k, n))): B[2*k]:=concat(submatrix(B[2*k-1], [1], u(n-2*k)), submatrix(B[2*k-1], [1], rev(w(n+1-2*k, n)))) od: B[n]:=concat(submatrix(B[n-1], [1], rev(u(n))), submatrix(B[n-1], [1], [])) fi end:seq(p(i)[1, i], i=1..89); (Deutsch)

CROSSREFS

Cf. A097825.

Sequence in context: A135103 A117893 A021701 this_sequence A021027 A075246 A132984

Adjacent sequences: A097508 A097509 A097510 this_sequence A097512 A097513 A097514

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Aug 26 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 27 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research