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!)
A132872 Column 0 of triangle A132870 (first 30 terms only). 5
1, 1, 6, 132, 7156, 729895, 119636226, 28619359629, 9374688646296, 4019108763468573, 2180474045020534600, 1458451073246597456521, 1177921104348705716833164, 1129393220849450436646366223, 1267471534789127127256106086245 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Triangle T = A132870 obeys: the g.f. of row n of T^n = (y + n^2)^n for n >= 0.
This yields non-integer values for n = 30, 31, 62, 63, 94, 95, ..., so the integer sequence ends at n = 29.
LINKS
PROG
(PARI) {a(n)=local(M=Mat(1), N, L); for(i=1, n, N=M; M=matrix(#N+1, #N+1, r, c, if(r>=c, if(r<=#N, (N^(#N))[r, c], polcoeff((x+(#M)^2)^(#M), c-1)))); L=sum(i=1, #M, -(M^0-M)^i/i); M=sum(i=0, #M, (L/#N)^i/i!); ); M[n+1, 1]}
(PARI) A132872(n)=T(n, 0) \\ with T(.) from A132870. The code above is very inefficient.
A132872_vec(N)=T(N)[, 1] \\ compute all terms a(0..N) at once, in the same time as required for computing only a(N). - M. F. Hasler, Nov 19 2017
CROSSREFS
Sequence in context: A277305 A328889 A009688 * A152289 A015503 A350611
KEYWORD
nonn,fini,full
AUTHOR
Paul D. Hanna, Sep 29 2007
EXTENSIONS
Edited by M. F. Hasler, Nov 22 2017
b-file with non-integral entries deleted by N. J. A. Sloane, Mar 02 2018
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)