Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099965
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099965 First column (also row sums) of triangle in A099964. +0
4
1, 1, 1, 2, 3, 8, 17, 39, 126, 352, 1026, 2943, 11429, 39138, 138903, 486490, 1711141, 7720713, 31383260, 131236182, 543056039, 2254646235, 9349845765, 48137959377, 226341090088, 1090094720010, 5203693239201, 24909594299924 (list; graph; listen)
OFFSET

0,4

MAPLE

with(linalg):rev:=proc(a) local n, p; n:=vectdim(a): p:=i->a[n+1-i]: vector(n, p) end: ps:=proc(a) local n, q; n:=vectdim(a): q:=i->sum(a[j], j=1..i): vector(n, q) end: pss:=proc(a) local n, q; n:=vectdim(a): q:=proc(i) if i<=n then sum(a[j], j=1..i) else sum(a[j], j=1..n) fi end: vector(n+1, q) end: tr:={seq(n*(n+1)/2, n=1..30)}: R[0]:=vector(1, 1): for n from 1 to 31 do if member(n, tr)=false then R[n]:=ps(rev(R[n-1])) else R[n]:=pss(rev(R[n-1])) fi od: seq(R[n][1], n=0..31); (Deutsch)

CROSSREFS

Cf. A099964.

Adjacent sequences: A099962 A099963 A099964 this_sequence A099966 A099967 A099968

Sequence in context: A102008 A064954 A132333 this_sequence A099960 A101182 A009207

KEYWORD

nonn,easy

AUTHOR

njas, Nov 13 2004, following a suggestion made by Douglas G. Rogers, Mar 10, 2003

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 16 2004

page 1

Search completed in 0.003 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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research