Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111537
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111537 Column 1 of triangle A111536. +0
3
1, 2, 8, 44, 296, 2312, 20384, 199376, 2138336, 24936416, 314142848, 4252773824, 61594847360, 950757812864, 15586971531776, 270569513970944, 4959071121374720, 95721139472072192, 1941212789888952320 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n) = A111536(n+1, 1) = 2*A111536(n, 0) = 2*A111529(n) for n>=1. G.f.: Log(Sum_{n>=0} (n+1)!*x^n) = Sum_{n>=1} a(n)*x^n/n.

PROGRAM

(PARI) {a(n)=if(n<0, 0, (matrix(n+2, n+2, m, j, if(m==j, 1, if(m==j+1, -m+1, -(m-j-1)*polcoeff(log(sum(i=0, m, (i+1)!/1!*x^i)), m-j-1))))^-1)[n+2, 2])}

CROSSREFS

Cf. A111536, A111529.

Sequence in context: A014508 A141147 A120928 this_sequence A051045 A112912 A124467

Adjacent sequences: A111534 A111535 A111536 this_sequence A111538 A111539 A111540

KEYWORD

nonn

AUTHOR

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


AT&T Labs Research