[go: up one dir, main page]

login
Revision History for A056534 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

newer changes | Showing entries 11-14
Mapping from the ordering by product (A027750, A056538) to the ordering by sum (A002260, A004736) of ordered pairs (a,b), a>=1, b>=1.
(history; published version)
#4 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
LINKS

<a href="http://www.research.att.com/~njas/sequences/Sindx_Per.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

KEYWORD

nonn,new

nonn

#3 by N. J. A. Sloane at Wed Sep 22 03:00:00 EDT 2004
NAME

Mapping from the ordering by product (A027750, A056538) to the ordering by sum (A002260, A004736) of ordered pairs (a,b), a>=1, b>=1.

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
LINKS

<a href="http://www.research.att.com/~njas/sequences/Sindx_PPer.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

CROSSREFS

Inverse: A056535.

KEYWORD

nonn,new

nonn

AUTHOR

Antti.Karttunen@iki.fi (karttu@megabaud.fi) 20. June 2000

Antti Karttunen Jun 20, 2000

#1 by N. J. A. Sloane at Sat Jul 22 03:00:00 EDT 2000
NAME

Mapping from the ordering by product (A027750,A056538) to the ordering by sum (A002260,A004736) of ordered pairs (a,b), a>=1, b>=1.

DATA

1, 2, 3, 4, 6, 7, 5, 10, 11, 15, 16, 8, 9, 21, 22, 28, 29, 12, 14, 36, 37, 13, 45, 46, 17, 20, 55, 56, 66, 67, 23, 18, 19, 27, 78, 79, 91, 92, 30, 35, 105, 106, 24, 26, 120, 121, 38, 25, 44, 136, 137, 153, 154, 47, 31, 34, 54, 171, 172, 190, 191, 57, 32, 33, 65, 210, 211, 39

OFFSET

1,2

LINKS

<a href="http://www.research.att.com/~njas/sequences/Sindx_P.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

EXAMPLE

The "ordering by sum": (1,1),(1,2),(2,1),(1,3),(2,2),(3,1),(1,4),(2,3),(3,2),(4,1),...

The "ordering by product": (1,1),(1,2),(2,1),(1,3),(3,1),(1,4),(2,2),(4,1),(1,5),(5,1),...

MAPLE

ordered_pair_perm := proc(upto_n) local a, i, j; a := []; for i from 1 to upto_n do for j in sort(divisors(i)) do a := [op(a), binomial(((i/j) + j - 1), 2)+j]; od; od; RETURN(a); end;

CROSSREFS

Inverse: A056535

KEYWORD

nonn

AUTHOR

Antti.Karttunen@iki.fi (karttu@megabaud.fi) 20. June 2000

STATUS

approved