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!)
A369218 Number of partitions of n into prime power parts (including 1) not greater than sqrt(n). 1

%I #5 Jan 20 2024 09:33:12

%S 1,1,1,1,3,3,4,4,5,12,14,16,19,21,24,27,64,72,84,94,108,120,136,150,

%T 169,377,427,480,540,603,674,748,831,918,1014,1115,1226,1342,1469,

%U 1602,1747,1898,2062,2233,2418,2611,2818,3034,3266,7529,8185,8884,9632,10427,11276,12177

%N Number of partitions of n into prime power parts (including 1) not greater than sqrt(n).

%t Table[SeriesCoefficient[Product[1/(1 - Boole[k == 1 || PrimePowerQ[k]] x^k), {k, 1, Floor[Sqrt[n]]}], {x, 0, n}], {n, 0, 55}]

%Y Cf. A023893, A097356, A369219.

%K nonn

%O 0,5

%A _Ilya Gutkovskiy_, Jan 16 2024

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 September 16 18:20 EDT 2024. Contains 375977 sequences. (Running on oeis4.)