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!)
A060744 Numbers n such that n | p(n)*q(n), where p() is the unrestricted partition function (A000041) and q is the distinct partition function (A000009). 0
1, 2, 3, 10, 16, 51, 65, 124, 138, 158, 160, 180, 342, 366, 406, 522, 524, 544, 580, 648, 693, 850, 896, 900, 1248, 1436, 1488, 1662, 1896, 2356, 2816, 3360, 3853, 3904, 4416, 4434, 4484, 5273, 5464, 5648, 5649, 6312, 6492, 6840, 7168, 7616, 8085, 8512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[ p = PartitionsP[ n ]; q = PartitionsQ[ n ]; If[ Mod[ p*q, n ] == 0, Print[ n ] ], {n, 1, 11050} ]
CROSSREFS
Sequence in context: A106672 A069156 A357271 * A213391 A328343 A309350
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 23 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)