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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135075 A binomial recursion : a(n)=q(n) (see comment). 7
0, 1, 5, 33, 265, 2505, 27261, 335757, 4617461, 70138689, 1166295457, 21072290241, 411069239997, 8611025176533, 192788027607293, 4594027768539585, 116093660372707273, 3101080076109154137, 87305805274735566669 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Let z(1)=x and z(n)=1+sum(k=1,n-1,(1+binomial(n,k))*z(k)), then z(n)=p(n)*x+q(n). Lim n-->infty p(n)/q(n)=(3*pi-14)/(8-3*pi)=3.2111824896280692148...

REFERENCES

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

PROG

(PARI) r=1; s=1; 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)=q(n);

CROSSREFS

Cf. A135074.

Sequence in context: A061253 A111530 A087633 * A049377 A129890 A120733

Adjacent sequences:  A135072 A135073 A135074 * A135076 A135077 A135078

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 17 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 14 09:18 EST 2012. Contains 205614 sequences.