login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135150 A binomial recursion : a(n)=q(n) (see comment). 5
0, 1, 7, 59, 577, 6435, 80731, 1126321, 17306899, 290514275, 5290386805, 103892269503, 2188786203451, 49246871008285, 1178620260610039, 29898497436003155, 801364442718809233, 22629823094599476315 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Let z(1)=x and z(n)=1+sum(k=1,n-1,(3+binomial(n,k))*z(k)), then z(n)=p(n)*x+q(n).

REFERENCES

B. Cloitre, Binomial recursions, Pi and log2, in preparation 2007

FORMULA

Lim n-->infty p(n)/q(n)=(15*Pi-22)/(52-15*Pi)=5.1524450418835554775446337...

PROG

(PARI) r=1; s=3; v=vector(120, j, x); for(n=2, 120, g=r+sum(k=1, n-1, (s+binomial(n, k))*v[k]); v[n]=g); z(n)=v[n]; p(n)=polcoeff(z(n), 1); q(n)=polcoeff(z(n), 0); a(n)=p(n);

CROSSREFS

Cf. A135147, A135148, A135149, A135074, A135075.

Sequence in context: A015568 A101487 A099659 * A077409 A192458 A203237

Adjacent sequences:  A135147 A135148 A135149 * A135151 A135152 A135153

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 20 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.