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!)
A268136 a(n) = (3/n)*Sum_{k=0..n-1} A245769(k)^2. 3
3, 3, 51, 507, 4947, 58243, 841443, 14240763, 269512483, 5524472451, 120183938835, 2738420763131, 64760819179635, 1579226738429187, 39515677808716739, 1010750709382934523, 26349289260686093379, 698387854199468231427, 18783213754115549685747, 511772677524431483886075 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: (i) All the terms are odd integers.
(ii) For n = 0,1,2,... let R_n(x) denote the polynomial sum_{k=0..n} binomial(n,k)*binomial(n+k,k)*x^k/(2k-1). Then, for each n = 1,2,3,.., all the coefficients of the polynomial (3/n)*Sum_{k=0..n-1} R_k(x)^2 are integral and the polynomial is irreducible over the field of rational numbers.
LINKS
Zhi-Wei Sun, Two new kinds of numbers and related divisibility results, preprint, arXiv:1408.5381 [math.NT], 2014.
EXAMPLE
a(3) = 51 since (3/3)*(A245769(0)^2 + A245769(1)^2 + A245769(2)^2) = (-1)^2 + 1^2 + 7^2 = 51.
MATHEMATICA
R[n_]:=Sum[Binomial[n, k]Binomial[n+k, k]/(2k-1), {k, 0, n}]
a[n_]:=Sum[R[k]^2, {k, 0, n-1}]*3/n
Do[Print[n, " ", a[n]], {n, 1, 20}]
CROSSREFS
Sequence in context: A009809 A265717 A292753 * A225208 A290567 A339758
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jan 26 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)