Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132437
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132437 A binomial recursion : a(n)=q(n) (see comment). +0
1
0, 1, 3, 15, 97, 767, 7175, 77497, 949047, 12993303, 196655437, 3260367539, 58761008087, 1143864229549, 23917992791139, 534642521054391, 12722568903456817, 321112383611040455, 8568150193087139231 (list; graph; listen)
OFFSET

1,3

COMMENT

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).

REFERENCES

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

FORMULA

Lim n-->infty p(n)/q(n)=(Pi-2)/(4-Pi)=1.329896183162743847239353...

PROGRAM

(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)=p(n);

CROSSREFS

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

Adjacent sequences: A132434 A132435 A132436 this_sequence A132438 A132439 A132440

Sequence in context: A079689 A108442 A060148 this_sequence A128081 A046635 A091713

KEYWORD

nonn

AUTHOR

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

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 May 16 19:35 EDT 2008. Contains 139737 sequences.


AT&T Labs Research