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!)
A060497 a(n) = binomial(2^n, prime(n)). 2
1, 4, 56, 11440, 129024480, 13136858812224, 614965786737727286400, 23665616042362569982121184000, 4818341997044953599090397918009939136000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n = 4, a(4) = binomial(16,7) = binomial(2^4, p(4)) = 11440.
PROG
(PARI) { n=0; forprime (p=1, 128, write("b060497.txt", n++, " ", binomial(2^n, p)); ) } \\ Harry J. Smith, Jul 06 2009
CROSSREFS
Sequence in context: A000315 A080984 A071579 * A092273 A193745 A181437
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Apr 11 2001
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)