The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132785 Main diagonal of triangle A132784. 2
1, 1, 1, 1, 2, 7, 40, 342, 4118, 66581, 1393998, 36722251, 1189340060, 46466456210, 2155486553918, 117137645018204, 7372271485024724, 532031521606758006, 43644205623323138712, 4038679603699275061593, 418716209086799704826908 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Also equals (with offset) the row sums and rightmost border of triangle A132784.
LINKS
PROG
(PARI) {a(n)=local(A=[1]); if(n==0, 1, for(i=1, n, B=Vec(Pol(A)/(1-x +x*O(x^(i*(i-1)/2)))); A=concat(vector(i), B)); A[n+1])}
CROSSREFS
Cf. A132784 (triangle), A132786 (column sums).
Sequence in context: A031973 A274279 A319945 * A224677 A064626 A137731
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 29 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 11 14:45 EDT 2024. Contains 373311 sequences. (Running on oeis4.)