[go: up one dir, main page]

login
A162322
Take sequence A000005 (where A000005(n) = the number of divisors of n). To get {a(k)}, replace each run of multiple occurrences of the same integer in sequence A000005 with just one occurrence of that integer, such that a(n) never equals a(n+1).
0
1, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 5, 2, 6, 2, 6, 4, 2, 8, 3, 4, 6, 2, 8, 2, 6, 4, 9, 2, 4, 8, 2, 8, 2, 6, 4, 2, 10, 3, 6, 4, 6, 2, 8, 4, 8, 4, 2, 12, 2, 4, 6, 7, 4, 8, 2, 6, 4, 8, 2, 12, 2, 4, 6, 4, 8, 2, 10, 5, 4, 2, 12, 4, 8, 2, 12, 4, 6, 4, 12, 2, 6, 9, 2, 8, 2, 8, 4, 2, 12, 2, 8, 4, 10, 2, 8, 4, 6, 4
OFFSET
1,2
MAPLE
read("transforms3") ; a000005 := BFILETOLIST("b000005.txt") ; op(1..120, LISTNODUPL(a000005)) ; # R. J. Mathar, Aug 01 2009
CROSSREFS
Cf. A000005.
Sequence in context: A101743 A224925 A060937 * A336155 A196930 A305437
KEYWORD
nonn
AUTHOR
Leroy Quet, Jul 01 2009
EXTENSIONS
More terms from R. J. Mathar, Aug 01 2009
STATUS
approved