The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A087193 H(p)/p where p runs through the primes and H(k) is the k-th central hexanomial coefficient (A018901). 1
3, 9, 156, 3431, 2280921, 64092034, 55747783602, 1700642242677, 1657887524047959, 54732141299289779730, 1783584256683646551447, 63884853139612229737722392, 71016623651822742997810429944, 2380864745882038026563515929162, 2701273375177028344436110369387929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A018901(prime(n))/prime(n). - Andrew Howroyd, Jan 08 2020
PROG
(PARI) \\ here b(n) is A018901.
b(n) = {if(n==0, 1, sum(k=0, 5*n\12, (-1)^k*binomial(n, k)*binomial(n + 5*n\2 - 6*k - 1, n - 1)))}
a(n) = {my(p=prime(n)); b(p)/p} \\ Andrew Howroyd, Jan 08 2020
CROSSREFS
Cf. A000040 (primes), A018901 (central hexanomials).
Sequence in context: A289900 A235062 A082707 * A348141 A217638 A101967
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 19 2003
EXTENSIONS
Terms a(13) and beyond from Andrew Howroyd, Jan 08 2020
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 June 10 16:09 EDT 2024. Contains 373272 sequences. (Running on oeis4.)