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!)
A337774 Number of partitions of 2*n into two parts, (s,t), such that at least one of s+-1 or t+-1 is a square > 0. 0
0, 1, 2, 2, 3, 4, 5, 5, 4, 5, 6, 7, 7, 8, 9, 7, 7, 8, 9, 9, 10, 11, 11, 11, 9, 10, 12, 12, 11, 12, 13, 13, 13, 13, 14, 13, 13, 14, 14, 13, 14, 16, 17, 16, 15, 16, 17, 17, 15, 15, 16, 16, 16, 18, 19, 19, 18, 17, 18, 19, 19, 20, 21, 18, 17, 19, 20, 19, 20, 21, 21, 20, 19, 20, 22 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{i=2..n} sign( c(i-1) + c(i+1) + c(2*n-i-1) + c(2*n-i+1) ), where c is the square characteristic (A010052).
EXAMPLE
a(6) = 4; There are 6 partitions of 2*6 = 12 into two parts, (11,1), (10,2), (9,3), (8,4), (7,5) and (6,6). Since 10-1 = 9 (square), 3+1 = 4 (square), 8+1 = 9 (square), and 5-1 = 4 (square), then a(6) = 4.
MATHEMATICA
Table[Sum[Sign[(Floor[Sqrt[i - 1]] - Floor[Sqrt[i - 2]]) + (Floor[Sqrt[2 n - i - 1]] - Floor[Sqrt[2 n - i - 2]]) + (Floor[Sqrt[i + 1]] - Floor[Sqrt[i]]) + (Floor[Sqrt[2 n - i + 1]] - Floor[Sqrt[2 n - i]])], {i, 2, n}], {n, 100}]
CROSSREFS
Cf. A010052.
Sequence in context: A320159 A342879 A342880 * A371263 A069928 A135585
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Sep 19 2020
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 July 21 14:09 EDT 2024. Contains 374474 sequences. (Running on oeis4.)