OFFSET
1,5
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000
EXAMPLE
Viewed as an irregular table, the sequence is constructed as:
"Row"
[1] 1; (by convention, a(1)=1)
[2] 1; (because bigomega(2)=1, we have here terms from 1 to 1)
[3] 1; (same with 3, bigomega(3)=1)
[4] 1, 2; (as bigomega(4)=2, we have terms from 1 to 2)
[5] 1;
[6] 1, 2;
[7] 1;
[8] 1, 2, 3; (as bigomega(8)=3, we have terms from 1 to 3).
etc.
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Antti Karttunen, May 01 2014
STATUS
approved