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!)
A060842 (C(2p,p)-2)/p^2 where p runs through the primes. 3
1, 2, 10, 70, 5830, 61542, 8074762, 97909318, 15564141262, 35751803209918, 484316704740126, 1275478863649106070, 252697549582862416198, 3589806968644540547902, 735944382229592689247902 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A177454(n)/A000040(n). - R. J. Mathar, Jan 09 2017
MATHEMATICA
Table[(Binomial[2p, p]-2)/p^2, {p, Prime[Range[20]]}] (* Harvey P. Dale, Mar 05 2023 *)
PROG
(PARI) { n=0; forprime (p=2, prime(100), write("b060842.txt", n++, " ", (binomial(2*p, p) - 2)/p^2); ) } \\ Harry J. Smith, Jul 19 2009
CROSSREFS
Sequence in context: A118748 A118752 A362821 * A245834 A271214 A366241
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 13 2003
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 16 02:53 EDT 2024. Contains 371696 sequences. (Running on oeis4.)