Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106211
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106211 Row sums of triangle A106210. +0
2
1, 2, 7, 38, 301, 3224, 44021, 735216, 14580195, 335762290, 8824804889, 261084641178, 8597298494025, 312159531050382, 12399137504630097, 535147013379083822, 24950976908580696095, 1250331101054276584968 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(A=matrix(1, 1), B); A[1, 1]=1; for(m=2, n+2, 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, if(k==0, A[n+1, k+1], A[n+1, k]/k^2)))}

CROSSREFS

Cf. A106210.

Sequence in context: A094664 A001858 A000366 this_sequence A014058 A119602 A121752

Adjacent sequences: A106208 A106209 A106210 this_sequence A106212 A106213 A106214

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research