Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075329
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075329 Pair up the natural numbers as (r, s) (say) so that all natural numbers are obtained only once as r, s, s+r or s-r: (1, 3), (5, 11), (7, 15), (9, 19), (12, 25), (14, 31), (18, 38), ... Sequence gives first member of each pair. +0
4
1, 5, 7, 9, 12, 14, 18, 21, 24, 27, 29, 33, 35, 39, 41, 43, 47, 49, 51, 54, 58, 60, 63, 66, 69, 72, 75, 77, 78, 82, 86, 88, 92, 94, 96, 99, 103, 105, 110, 112, 114, 116, 120, 123, 126, 129, 130, 135, 137, 140, 143, 146, 148, 152, 154, 158, 160, 164, 166, 169, 171, 172 (list; graph; listen)
OFFSET

1,2

MAPLE

A075329 := proc(nmax) local r, s, n, stst, rtst ; r := [1] : s := [] : n := {1} : while nops(r) < 100 do stst := 1 ; while stst in n or stst-op(-1, r) in n or stst+op(-1, r) in n do stst := stst +1 ; od ; s := [op(s), stst] ; n := n union {stst, stst-op(-1, r), stst+op(-1, r)} ; rtst := 1 ; while rtst in n do rtst := rtst +1 ; od ; r := [op(r), rtst] ; n := n union {rtst} ; od : RETURN(r) ; end: A075329(100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2007

CROSSREFS

Cf. A075330, A075331, A075332.

Sequence in context: A024910 A045236 A029664 this_sequence A159018 A005427 A116024

Adjacent sequences: A075326 A075327 A075328 this_sequence A075330 A075331 A075332

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 18 2002

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 03 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research