Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111847
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111847 Row sums of triangle A111845, which shifts columns left and up under matrix 4-th power. +0
2
1, 2, 9, 97, 2689, 214017, 53130241, 43283609601, 119521939222529, 1144341237628100609, 38638551719263573098497, 4662529388979590206324834305, 2032489532637330252763496597356545 (list; graph; listen)
OFFSET

0,2

PROGRAM

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

CROSSREFS

Cf. A111845 (triangle), A078537 (variant).

Sequence in context: A086992 A115965 A001142 this_sequence A013132 A013057 A027686

Adjacent sequences: A111844 A111845 A111846 this_sequence A111848 A111849 A111850

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 23 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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research