The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A240128 Number of partitions of n such that the sum of cubes of the parts is a cube. 2
1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 2, 1, 3, 4, 4, 4, 3, 3, 4, 4, 5, 12, 9, 14, 13, 13, 16, 17, 30, 34, 33, 34, 37, 50, 57, 64, 73, 99, 101, 114, 125, 141, 187, 193, 226, 264, 286, 326, 365, 456, 506, 565, 655, 742, 809, 911, 1071, 1233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..147
EXAMPLE
a(17) counts these 4 partitions: [17], [4,3,3,1,1,1,1,1,1,1], [4,3,2,2,2,2,1,1], [3,3,3,3,2,2,1].
MATHEMATICA
f[x_] := x^(1/3); z = 26; ColumnForm[t = Map[Select[IntegerPartitions[#], IntegerQ[f[Total[#^3]]] &] &, Range[z]] ](* shows the partitions *)
t2 = Map[Length[Select[IntegerPartitions[#], IntegerQ[f[Total[#^2]]] &]] &, Range[40]] (* A240128 *) (* Peter J. C. Moses, Apr 01 2014 *)
PROG
(PARI) a(n)=my(s); forpart(v=n, s+=ispower(sum(i=1, #v, v[i]^3), 3)); s \\ Charles R Greathouse IV, Mar 06 2017
CROSSREFS
Cf. A240127.
Sequence in context: A213259 A067597 A139394 * A125829 A294647 A077099
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 02 2014
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 May 18 00:50 EDT 2024. Contains 372608 sequences. (Running on oeis4.)