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!)
A118726 a(n)=sum(k=0,n,F(n+k)*binomial(n+k,k)) where F=A000045. 0

%I #3 Mar 30 2012 18:39:24

%S 0,3,25,224,2073,19646,189267,1845115,18148809,179759988,1790426165,

%T 17914292003,179925732000,1812940879359,18317715471523,

%U 185522533906512,1882911883226921,19145400126464070,194989385131146079

%N a(n)=sum(k=0,n,F(n+k)*binomial(n+k,k)) where F=A000045.

%C If (2n+1)>5 is not divisible by 5 and (2n+1) divides a(n) then (2n+1) is often prime. What is the set of exceptions?

%o (PARI) a(n)=sum(k=0,n,binomial(n+k,k)*fibonacci(n+k))

%K nonn

%O 0,2

%A _Benoit Cloitre_, May 21 2006

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 April 24 13:38 EDT 2024. Contains 371957 sequences. (Running on oeis4.)