OFFSET
1,2
LINKS
J. Stauduhar, Python program
EXAMPLE
The modified version of the array A125624 is:
1, 4, 8, 16, 32, 64, 128, 256, 512, ...
2, 6, 9, 12, 18, 24, 27, 36, 48, ...
3, 10, 15, 20, 25, 30, 40, 45, 50, ...
5, 14, 21, 28, 35, 42, 49, 56, 63, ...
7, 22, 33, 44, 55, 66, 77, 88, 99, ...
11, 26, 39, 52, 65, 78, 91, 104, 117, ...
...
Then:
a(1) = 1,
a(2) = 1+2,
a(3) = 1+2+3,
a(4) = 4,
a(5) = 1+2+3+5,
a(6) = 4+6,
...
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
J. Stauduhar, Oct 22 2019
EXTENSIONS
Edited by N. J. A. Sloane, Dec 05 2019
STATUS
approved
