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!)
A268590 a(n) = (3*C(4p,p) - 20*C(3p,p) + 54*C(2p,p) - 60) / p^7, where p = prime(n). 6
984, 27780, 32144568, 1269360060, 2470299005220, 316528131552725460, 17262503097511844124, 3329177348896984023277536, 12461979236231507288981559840, 783882118494853605112684502280, 3251723952081272231067929776337100, 959689034437453143807696476144553320100 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,1
COMMENTS
a(n) is integer for all n>=5, see A268512.
LINKS
R. R. Aidagulov, M. A. Alekseyev. On p-adic approximation of sums of binomial coefficients. Journal of Mathematical Sciences 233:5 (2018), 626-634. doi:10.1007/s10958-018-3948-0 arXiv:1602.02632
PROG
(PARI) { A268590(n) = my(p=prime(n)); (-60 + 54*binomial(2*p, p) - 20*binomial(3*p, p) + 3*binomial(4*p, p))/p^7; }
CROSSREFS
Sequence in context: A096701 A345539 A345791 * A249201 A249323 A249216
KEYWORD
nonn
AUTHOR
Max Alekseyev, Feb 07 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 6 05:18 EDT 2024. Contains 372290 sequences. (Running on oeis4.)