proposed
approved
proposed
approved
editing
proposed
Avdispahić-Zejnulahi means sequence AZM(2): a(n) = ((Sum_{i=1..n} A367065(i))-2)/(n+2).
proposed
editing
editing
proposed
Avdispahić-Zejnulahi means sequence AZM(2): a(n) = ((Sum_{i=1..n} A367065(i))-2)/(n+2).
proposed
editing
editing
proposed
For a positive integer k define the Avdispahić-Zejnulahi sequence AZ(k) by b(1)=k, and thereafter b(n) is the least positive integer not yet in the sequence such that Sum_{i=1..n} b(i) == k (mod n+k). Define the Avdispahić-Zejnulahi means sequence AZM(k) by a(n) = ((Sum_{i=1..n} b(i))-k)/(n+k). This is the AZM(2) sequence.
proposed
editing
editing
proposed
0, 1, 1, 2, 3, 3, 4, 5, 5, 6, 6, 7, 8, 8, 9, 10, 10, 11, 11, 12, 13, 13, 14, 15, 15, 16, 16, 17, 18, 18, 19, 19, 20, 21, 21, 22, 23, 23, 24, 24, 25, 26, 26, 27, 28, 28, 29, 29, 30, 31, 31, 32, 32, 33, 34, 34, 35, 36, 36, 37, 37, 38, 39, 39, 40, 41, 41, 42, 42, 43, 44, 44, 45, 45
Muharem Avdispahić and Faruk Zejnulahi, <a href="https://www.researchgate.net/publication/341726940_AN_INTEGER_SEQUENCE_WITH_A_DIVISIBILITY_PROPERTY
with open('results.txt', 'w') as f:
f.write('M sequence:\n')
for i in range(1, 101):
f.write(strprint(m_list[i1:]))
if i != 100:
f.write(", ")
if i % 20 == 0:
f.write("\n")