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!)
A069878 Number of partitions of 10^n into distinct parts. 3
1, 10, 444793, 8635565795744155161506, 1122606574548038398976040173670530159089991444775125551802871247408332723840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000009(A011557(n)). - Michel Marcus, Sep 10 2021
MATHEMATICA
Table[ PartitionsQ[10^n], {n, 0, 4}]
PROG
(PARI) a(n) = polcoef(prod(k=1, 10^n, 1+x^k+x*O(x^(10^n))), 10^n); \\ Seiichi Manyama, Sep 10 2021
CROSSREFS
Row 10 of A347621.
Sequence in context: A363197 A281361 A177466 * A235029 A013854 A210813
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 03 2002
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 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)