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!)
A278405 a(n) = Sum_{k=0..n} binomial(n,2k)^2*binomial(n-k,k). 2
1, 1, 2, 19, 110, 476, 2477, 15093, 86830, 485290, 2826902, 16857116, 100034453, 594833357, 3574477090, 21611465819, 130955824174, 796195223398, 4860425688176, 29760574848750, 182655048136510, 1123720751229858, 6929124085148938, 42811398244528788 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Conjecture: For any prime p > 5 and positive integer n, the number (a(p*n)-a(n))/(p*n)^3 is always a p-adic integer.
We have proved that for any prime p > 5 and positive integer n the number (a(p*n)-a(n))/(p^3*n^2) is always a p-adic integer.
LINKS
Zhi-Wei Sun, Supercongruences involving Lucas sequences, arXiv:1610.03384 [math.NT], 2016.
EXAMPLE
a(3) = 19 since a(3) = C(3,2*0)^2*C(3-0,0) + C(3,2*1)^2*C(3-1,1) = 1 + 3^2*2 = 19.
G.f. = 1 + x + 2*x^2 + 19*x^3 + 110*x^4 + 476*x^5 + 2477*x^6 + 15093*x^7 + ...
MATHEMATICA
a[n_]:=a[n]=Sum[Binomial[n, 2k]^2*Binomial[n-k, k], {k, 0, n/2}]
Table[a[n], {n, 0, 27}]
CROSSREFS
Sequence in context: A055875 A089659 A240124 * A285791 A101253 A082291
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Nov 20 2016
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 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)