[go: up one dir, main page]

login
A134807
Partition numbers of Mersenne primes.
0
3, 15, 6842, 3913864295
OFFSET
1,1
COMMENTS
The next term -- a(5) -- has 97 digits. - Harvey P. Dale, Jan 01 2022
FORMULA
a(n)=A000041(A000668(n)).
EXAMPLE
a(3)=6842 because the 3rd Mersenne prime is A000668(3)=31 and the partition number of 31 is A000041(31)=6842.
MATHEMATICA
Table[PartitionsP[2^MersennePrimeExponent[n]-1], {n, 5}] (* Harvey P. Dale, Jan 01 2022 *)
CROSSREFS
Sequence in context: A076046 A202380 A290610 * A364799 A004002 A216149
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 13 2007
STATUS
approved