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!)
A368822 Number of compositions of n into two non-refactorable parts. 0
0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 4, 3, 4, 5, 4, 6, 8, 8, 8, 11, 10, 9, 10, 12, 12, 15, 14, 13, 14, 17, 16, 19, 20, 19, 20, 24, 22, 23, 22, 23, 24, 27, 24, 27, 28, 27, 28, 34, 32, 31, 32, 35, 34, 37, 36, 37, 38, 41, 38, 41, 40, 41, 40, 45, 44, 43, 44, 49, 48, 47, 48, 52, 50, 53, 50, 53, 52 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
a(n) = Sum_{k=1..n-1} c(k) * c(n-k), where c = A368625.
EXAMPLE
a(12) = 3 since there are 3 ordered ways to write 12 as the sum of two non-refactorable numbers: 5 + 7 = 6 + 6 = 7 + 5.
MATHEMATICA
Table[Sum[(Ceiling[k/DivisorSigma[0, k]] - Floor[k/DivisorSigma[0, k]]) (Ceiling[(n - k)/DivisorSigma[0, (n - k)]] - Floor[(n - k)/DivisorSigma[0, (n - k)]]), {k, n - 1}], {n, 100}]
CROSSREFS
Sequence in context: A017870 A017860 A328765 * A270434 A204982 A017850
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Jan 07 2024
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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)