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!)
A101810 Number of compositions (ordered partitions) of the n-th prime into n nonnegative integers. 1
1, 4, 21, 120, 1365, 8568, 100947, 657800, 7888725, 163011640, 1121099408, 22595200368, 266783135710, 1889912732400, 22512762077400, 443643407165376, 8550047575185300, 62724534168736440, 1206459883091241450 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = binomial(prime(n)+n-1, n-1). - Vladeta Jovovic, Apr 25 2005
EXAMPLE
a(2) = 4 because prime(2) = 3 and 3=0+3=1+2=2+1=3+0.
MAPLE
a:=n->binomial(ithprime(n)+n-1, n-1): seq(a(n), n=1..22); # Emeric Deutsch, Jun 13 2005
CROSSREFS
Cf. A000040.
Sequence in context: A182435 A046090 A045721 * A371774 A274969 A236525
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 29 2005
EXTENSIONS
More terms from Emeric Deutsch, Jun 13 2005
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 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)