Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113102
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113102 Column 1 of triangle A113101. +0
1
1, 20, 894, 108292, 39188597, 45157269264, 172969059719500, 2268555493366383236, 104065414379018585400528, 16965802042440759287849083708, 9953305892540385313201626908460431 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(M=matrix(n+1, n+1)); for(r=1, n+1, for(c=1, r, M[r, c]=if(r==c, 1, if(c>1, (M^4)[r-1, c-1])+(M^4)[r-1, c]))); return(if(n<1, 0, (M^4)[n+1, 2]))}

CROSSREFS

Cf. A113101.

Adjacent sequences: A113099 A113100 A113101 this_sequence A113103 A113104 A113105

Sequence in context: A041760 A117798 A006424 this_sequence A066802 A066798 A072035

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 14 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 October 5 16:50 EDT 2008. Contains 144613 sequences.


AT&T Labs Research