Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135147
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135147 A binomial recursion : a(n)=p(n) (see comment). +0
6
1, 4, 25, 188, 1671, 17190, 201125, 2638984, 38390179, 613363466, 10678267425, 201215691660, 4080450217247, 88609322165902, 2051573162708125, 50450534991347216, 1313219083705400475, 36072797094375866898 (list; graph; listen)
OFFSET

1,2

COMMENT

Let z(1)=x and z(n)=1+sum(k=1,n-1,(2+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)=(3-2*log(2))/(2*log(2)-1)=4.177398899124179661610768...

PROGRAM

(PARI) r=1; s=2; 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. A135148, A135149, A135150, A135074, A135075.

Sequence in context: A006348 A051820 A054368 this_sequence A064063 A141371 A060908

Adjacent sequences: A135144 A135145 A135146 this_sequence A135148 A135149 A135150

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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research