login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 8 06:57 EST 2023. Contains 367662 sequences. (Running on oeis4.)