Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099967
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099967 Second column of triangle in A099961. +0
2
1, 2, 3, 5, 10, 23, 51, 128, 386, 1092, 3370, 12458, 43037, 158638, 691999, 2827035, 12150430, 60980759, 287737037, 1414689552, 8021603122, 42939104470, 237864297110, 1502870474645, 8999347646633, 55484973357830 (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: R[0]:=vector(1, 1): for n from 1 to 31 do if n mod 3 = 0 or n mod 3 = 1 then R[n]:=ps(rev(R[n-1])) else R[n]:=pss(rev(R[n-1])) fi od: seq(R[n][2], n=2..31); (Deutsch)

CROSSREFS

Cf. A099961, A099962, A099963.

Sequence in context: A103595 A014844 A063253 this_sequence A106531 A101163 A155587

Adjacent sequences: A099964 A099965 A099966 this_sequence A099968 A099969 A099970

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), 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 November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research