Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121429
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121429 Main diagonal of rectangular table A121428. +0
3
1, 2, 18, 250, 4520, 99351, 2556806, 75190410, 2483617140, 90955908010, 3655774038653, 159938142409890, 7564604603286913, 384576889110665055, 20912407157570989950, 1211142337261176799610, 74427504634177621877538 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n) = [A121412^(n+1)](n+2,2) for n>=0; i.e., the (n+1)-th term of column 2 in matrix power A121412^(n+1).

PROGRAM

(PARI) {a(n)=local(H=Mat(1), B); for(m=1, n+3, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=(H^i)[i-1, j]); )); H=B); return((H^(n+1))[n+3, 3])}

CROSSREFS

Cf. A121428, A121412.

Sequence in context: A052635 A117514 A138437 this_sequence A109517 A143138 A151362

Adjacent sequences: A121426 A121427 A121428 this_sequence A121430 A121431 A121432

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 26 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research