login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181547 a(n) = Sum_{k=0..floor(n/2)} C(n-k,k)^5. 5
1, 1, 2, 33, 245, 1268, 10903, 108801, 876184, 7319995, 70550669, 663827604, 6051592703, 57695451167, 563736086740, 5452227384417, 53094611797387, 525962074892014, 5232943624317191, 52145361057635835, 523458523860890906 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Conjecture: Given F(n,L) = Sum_{k=0..[n/2]} C(n-k,k)^L, then Limit_{n->oo} F(n+1,L)/F(n,L) = (Fibonacci(L)*sqrt(5) + Lucas(L))/2 for L>=0 where Fibonacci(n) = A000045(n) and Lucas(n) = A000032(n).
For this sequence (L=5): Limit a(n+1)/a(n) = (5*sqrt(5)+11)/2 = 11.090...
LINKS
EXAMPLE
G.f. A(x) = 1 + x + 2*x^2 + 33*x^3 + 245*x^4 + 1268*x^5 + 10903*x^6 +...
The terms begin:
a(0) = a(1) = 1^5;
a(2) = 1^5 + 1^5 = 2;
a(3) = 1^5 + 2^5 = 33;
a(4) = 1^5 + 3^5 + 1^5 = 245;
a(5) = 1^5 + 4^5 + 3^5 = 1268;
a(6) = 1^5 + 5^5 + 6^5 + 1^5 = 10903;
a(7) = 1^5 + 6^5 + 10^5 + 4^5 = 108801; ...
PROG
(PARI) {a(n)=sum(k=0, n\2, binomial(n-k, k)^5)}
CROSSREFS
Cf. variants: A181545, A181546, A051286.
Sequence in context: A006558 A228542 A002561 * A030448 A093992 A361887
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 29 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 6 16:53 EDT 2024. Contains 372297 sequences. (Running on oeis4.)