| 3, 5, 6, 14, 16, 17, 19, 21, 22, 25, 27, 31, 32, 34, 36, 37, 41, 42, 44, 45, 48, 49, 52, 54, 57, 59, 60, 62, 64, 65, 69, 74, 75, 78, 81, 88, 90, 91, 92, 94, 97, 98, 100, 103, 104, 108, 109, 114, 118, 119, 121, 123, 124, 125, 127, 128, 129, 130, 131, 133, 135, 136, 137
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
By following the definition outlined in A092861, one can multiply a monotonic sequence by itself, thus squaring it.
|
|
LINKS
|
Ferenc Adorjan, Binary mapping of monotonic sequences and the Aronson function
|
|
PROGRAM
|
(PARI) {pow(a, n)= /*Returns the "nth power" of monotonic sequence a */ return(mtinv(mt(a)^n)) /* the functions mt(a) and mtinv(r) are defined in A051006 and A092855, respectively */ }
|
|
CROSSREFS
|
Cf. A092855, A051006, A092857, A092858, A092859, A092860, A092861, A092863, A092874.
Sequence in context: A108337 A064519 A048968 this_sequence A112863 A030052 A099678
Adjacent sequences: A092859 A092860 A092861 this_sequence A092863 A092864 A092865
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Ferenc Adorjan (fadorjan(AT)freemail.hu)
|
|