Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066824
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066824 Sum of the reciprocals of the partitions of n enumerated in A058360. +0
2
1, 2, 3, 5, 7, 9, 11, 15, 19, 24, 30, 39, 48, 58, 69, 84, 100, 120, 142, 171, 200, 237, 275, 323, 372, 437, 505, 589, 678, 787, 904, 1042, 1189, 1365, 1557, 1785, 2031, 2327, 2638, 3009, 3405, 3875, 4376, 4970, 5610, 6356, 7166, 8081, 9082, 10225, 11469 (list; graph; listen)
OFFSET

1,2

REFERENCES

From a question posted to the news group comp.soft-sys.math.mathematica by "Juan" (erfa11(AT)hotmail.com) at Steven M. Christensen and Associates, Inc and MathTensor, Inc. Jan 22 2002 08:46:57 +0000 (UTC).

EXAMPLE

a(12) = 27 because the partitions of 12 whose reciprocal sum is an integer are: {{6, 3, 2, 1}, {4, 4, 2, 1, 1}, {3, 3, 3, 1, 1, 1}, {2, 2, 2, 2, 2, 2}, {2, 2, 2, 2, 1, 1, 1, 1}, {2, 2, 1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}}. Individually their reciprocal sums are: 2, 3, 4, 3, 6, 9, and 12 which together equals 39.

MATHEMATICA

<< DiscreteMath`Combinatorica`; f[n_] := (p = Partitions[n]; is = Compile[ {{x, _Integer, 1}}, Plus @@ (1/x)]; ans = p[[ Flatten[ Position[ FractionalPart[ is /@ p], x_ /; x < .000001 || x > 0.999999]]]]); g[n_] := (q = f[n]; s = 0; k = 1; l = Length[q]; While[k < l + 1, s = s + is[ q[[k]]]; k++ ]; IntegerPart[s]); Table[ Length[ f[n]], {n, 1, 65} ]

CROSSREFS

Sequence in context: A023535 A056834 A139282 this_sequence A036963 A120431 A024195

Adjacent sequences: A066821 A066822 A066823 this_sequence A066825 A066826 A066827

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 25 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research