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!)
A340283 Number of partitions of n into 3 parts such that the smallest part is relatively prime to each of the other two parts. 2
0, 0, 1, 1, 2, 2, 3, 4, 4, 5, 6, 8, 7, 10, 9, 12, 11, 17, 13, 20, 16, 21, 18, 29, 21, 31, 26, 35, 27, 46, 29, 46, 37, 50, 39, 62, 40, 63, 51, 70, 50, 87, 54, 85, 69, 88, 65, 112, 71, 111, 84, 112, 81, 140, 89, 134, 103, 138, 99, 178, 105, 164, 131, 171, 126, 207, 125, 195, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = Sum_{k=1..floor(n/3)} Sum_{i=k..floor((n-k)/2)} floor(1/gcd(k,i)) * floor(1/gcd(k,n-i-k)).
MATHEMATICA
Table[Sum[Sum[Floor[1/GCD[k, i]]*Floor[1/GCD[k, n - i - k]], {i, k, Floor[(n - k)/2]}], {k, Floor[n/3]}], {n, 80}]
CROSSREFS
Sequence in context: A029043 A296371 A337601 * A324744 A097920 A029042
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jan 02 2021
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.)