Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125795
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125795 Column 5 of table A125790; also equals row sums of matrix power A078121^5. +0
9
1, 6, 36, 286, 3396, 64350, 2026564, 109082974, 10243585092, 1704787839326, 509106367263812, 275575947307878750, 272638898948894782532, 496470192421055920965982, 1674003944602430578138969156 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangle A078121 shifts left one column under matrix square and is related to partitions into powers of 2.

PROGRAM

(PARI) {a(n)=local(p=5, q=2, A=Mat(1), B); for(m=1, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i|j==1, B[i, j]=1, B[i, j]=(A^q)[i-1, j-1]); )); A=B); return(sum(c=0, n, (A^p)[n+1, c+1]))}

CROSSREFS

Cf. A125790, A078121; columns: A002577, A125792, A125793, A125794, A125796; diagonals: A125797, A125798.

Adjacent sequences: A125792 A125793 A125794 this_sequence A125796 A125797 A125798

Sequence in context: A129063 A090015 A134008 this_sequence A138418 A064239 A047898

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 10 2006

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 October 7 08:31 EDT 2008. Contains 144667 sequences.


AT&T Labs Research