Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106209
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106209 Row sums of triangle A106208. +0
2
1, 2, 6, 30, 231, 2453, 33393, 556999, 11039026, 254128870, 6677972615, 197547561340, 6504619941881, 236165840696980, 9380353293627619, 404848232250564042, 18875601922237847288, 945875935431064488637 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(A=matrix(1, 1), B); A[1, 1]=1; for(m=2, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=j, if(j==1, B[i, j]=(A^2)[i-1, 1], B[i, j]=(A^2)[i-1, j])); )); A=B); return(sum(k=0, n, A[n+1, k+1]/(k+1)))}

CROSSREFS

Cf. A106208.

Sequence in context: A112317 A089459 A027882 this_sequence A003266 A097385 A066068

Adjacent sequences: A106206 A106207 A106208 this_sequence A106210 A106211 A106212

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 01 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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research