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!)
A087189 (P(p)-1)/2/p^2 where p runs through the odd primes different from 5 and P(k) is the k-th central pentanomial coefficient (A005191). 1

%I #9 Mar 31 2012 13:48:24

%S 1,83,16907,279021,89444018,1695011087,658067703933,5768410509553937,

%T 122108313460051500,1226978854222034501448,593538703869555995238872,

%U 13175226571428140572866093,6594852118968926152838341468

%N (P(p)-1)/2/p^2 where p runs through the odd primes different from 5 and P(k) is the k-th central pentanomial coefficient (A005191).

%H M. F. Hasler, <a href="/A087189/b087189.txt">Table of n, a(n) for n = 1..100</a>

%o (PARI) A087189(n) = local(p=prime(n+2-(n==1))); (A005191(p)-1)/2/p^2 \\ - M. F. Hasler

%K nonn

%O 1,2

%A _Benoit Cloitre_, Oct 19 2003

%E Corrected and extended by _M. F. Hasler_, Jul 23 2007

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 5 21:53 EDT 2024. Contains 373110 sequences. (Running on oeis4.)