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!)
A030031 Binomial((n+1)^2, prime(n)). 1
6, 84, 4368, 480700, 600805296, 262596783764, 1379370175283520, 1514334254464231200, 24865270306254660391200, 7359958875023243471254188840, 30252210715675198558211547346560, 27736893389807828057568911670132340158, 3170935664621755536830934876837287039957088 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A030031:=n->binomial((n+1)^2, ithprime(n)); seq(A030031(n), n=1..20); # Wesley Ivan Hurt, Apr 03 2014
MATHEMATICA
Table[Binomial[(n + 1)^2, Prime[n]], {n, 20}] (* T. D. Noe, Apr 03 2014 *)
CROSSREFS
Sequence in context: A171200 A365354 A195245 * A244961 A293455 A334516
KEYWORD
nonn
AUTHOR
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)