Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143805
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143805 Eigensequence of triangle A130534. +0
2
1, 1, 2, 7, 36, 250, 2229, 24656, 329883, 5233837, 96907908, 2066551242, 50196458429, 1375782397859, 42203985613593, 1438854199059479, 54180508061067099, 2241000820010271224, 101316373253530824771 (list; graph; listen)
OFFSET

1,3

COMMENT

1;

1, 1;

2, 3, 1;

6, 11, 6, 1;

24, 50, 35, 10, 1;

...

Shift the entire triangle down 1 place, with T(0,0) = 1. Let T = the new triangle: (1; 1; 1, 1; 2, 3, 1;...).

Sequence A143805 = Lim_{n -> inf.} T^n as a vector.

FORMULA

Given triangle A130534:

E.g.f.: Sum_{n>=0} a(n)*x^n/n! = 1 + Sum_{n>=1} a(n-1)*(-log(1-x))^n/n!. [From Paul D. Hanna (pauldhanna(AT)juno.com), May 20 2009]

EXAMPLE

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), May 20 2009: (Start)

E.g.f.: A(x) = 1 + x + 2*x^2/2! + 7*x^3/3! + 36*x^4/4! + 250*x^5/5! +...

A(x) = 1 - log(1-x) + log(1-x)^2/2! - 2*log(1-x)^3/3! + 7*log(1-x)^4/4! - 36*log(1-x)^5/5! +-... (End)

PROGRAM

(PARI) {a(n)=local(A=[1]); for(i=1, n, A=Vec(serlaplace(1+sum(k=1, #A, A[k]*(-log(1-x+x*O(x^n)))^k/k!)))); A[n+1]} [From Paul D. Hanna (pauldhanna(AT)juno.com), May 20 2009]

CROSSREFS

A143806

Sequence in context: A007889 A125033 A034430 this_sequence A112293 A090352 A123549

Adjacent sequences: A143802 A143803 A143804 this_sequence A143806 A143807 A143808

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Sep 01 2008

EXTENSIONS

Extended by Paul D. Hanna (pauldhanna(AT)juno.com), May 20 2009

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research