Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107597
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107597 Antidiagonal sums of triangle A107105: a(n) = Sum_{k=0..n} A107105(n-k,k), where A107105(n,k) = C(n,k)*(C(n,k) + 1)/2. +0
3
1, 1, 2, 4, 8, 17, 38, 87, 205, 493, 1203, 2969, 7389, 18504, 46561, 117596, 297883, 756388, 1924484, 4904830, 12519121, 31995286, 81864992, 209681349, 537562018, 1379332297, 3542013533, 9102191107, 23406301490, 60226845008, 155059899921 (list; graph; listen)
OFFSET

0,3

COMMENT

Limit a(n+1)/a(n) = (sqrt(5)+3)/2.

FORMULA

a(n) = (A051286(n) + A000045(n+1))/2, where A000045(n+1) = Fibonacci(n+1) and A051286(n) = Whitney number of level n.

G.f.: (1/(1-x-x^2) +1/sqrt((1+x+x^2)* (1-3*x+x^2)))/2. - Michael Somos Jul 27 2007

PROGRAM

(PARI) a(n)=(sum(k=0, n, binomial(n-k, k)^2)+fibonacci(n+1))/2

(PARI) {a(n)= if(n<0, 0, polcoeff( (1/(1-x-x^2) +1/sqrt((1+x+x^2)* (1-3*x+x^2)+ x*O(x^n)))/2, n))} /* Michael Somos Jul 27 2007 */

CROSSREFS

Cf. A107105, A051286, A000045.

Adjacent sequences: A107594 A107595 A107596 this_sequence A107598 A107599 A107600

Sequence in context: A006196 A089796 A112482 this_sequence A082499 A100131 A119685

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 22 2005

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 9 12:23 EST 2009. Contains 166233 sequences.


AT&T Labs Research