Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099968
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099968 Second column of triangle in A099964. +0
2
1, 2, 3, 6, 14, 31, 78, 235, 665, 1926, 5886, 21832, 75333, 266377, 933842, 3422282, 14954936, 61055379, 254751651, 1054728818, 4378056288, 18699691530, 94021272519, 443332334411, 2132051480643, 10181045388314, 48729093879838 (list; graph; listen)
OFFSET

0,2

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 30 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][2], n=1..30); (Deutsch)

CROSSREFS

Cf. A099964, A099965, A099966.

Sequence in context: A006444 A032047 A032065 this_sequence A010357 A002995 A093467

Adjacent sequences: A099965 A099966 A099967 this_sequence A099969 A099970 A099971

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.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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research