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!)
A284910 a(n) = A000009(A000041(n)). 4
1, 1, 1, 2, 3, 5, 12, 27, 89, 296, 1426, 7108, 58499, 483330, 6711480, 109420549, 2973772212, 98872765938, 6193924614094, 495007377762304, 79850366709300780, 18640233243121488514, 9131454268089695383606, 7218306932686390208993280, 13823416565311581226765397400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
with(numtheory):
b:= proc(n) option remember; `if`(n=0, 1, add(add(
`if`(d::odd, d, 0), d=divisors(j))*b(n-j), j=1..n)/n)
end:
a:= n-> b(combinat[numbpart](n)):
seq(a(n), n=0..22);
MATHEMATICA
Table[PartitionsQ@ PartitionsP@ n, {n, 0, 50}] (* Indranil Ghosh, Apr 07 2017 *)
CROSSREFS
Sequence in context: A191626 A030041 A331811 * A233231 A319912 A153987
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Apr 05 2017
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 25 10:43 EDT 2024. Contains 371967 sequences. (Running on oeis4.)