Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112916
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112916 Self-convolution of A088716, where a(n) = 2*A088716(n+1)/(n+2) for n>=0. +0
3
1, 2, 7, 34, 207, 1496, 12420, 115938, 1198831, 13582010, 167187547, 2221174504, 31675372612, 482628099144, 7825665501852, 134562607924194, 2446051941152127, 46873289933397206, 944492559814284397 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(A=Mat(1), B); for(m=2, n+1, B=matrix(m, m); for(i=1, m, for(j=1, i, if(j==i, B[i, j]=1, B[i, j]=-j*(A^-1)[i-j, 1]); )); A=B); return(Vec(Ser(vector(n+1, i, (A^-1)[i, 1]))^2)[n+1])}

CROSSREFS

Cf. A088716, A112915, A112911.

Sequence in context: A056543 A075834 A011800 this_sequence A145845 A002720 A111539

Adjacent sequences: A112913 A112914 A112915 this_sequence A112917 A112918 A112919

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 06 2005

page 1

Search completed in 0.004 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 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research