Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081974
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081974 a(1) = 1, and smallest number not occurring earlier such that the product of two neighboring terms is a distinct triangular number, where "distinct" means that a(n)*a(n+1) may not equal the product of any two previous consecutive terms. +0
3
1, 3, 2, 5, 9, 4, 7, 13, 6, 11, 21, 10, 12, 23, 45, 14, 27, 53, 26, 30, 33, 16, 31, 15, 20, 41, 81, 40, 52, 103, 51, 25, 49, 24, 47, 93, 46, 91, 60, 76, 151, 75, 37, 18, 112, 115, 57, 28, 55, 39, 19, 87, 43, 22, 133, 66, 58, 117, 35, 17, 8, 395, 126, 141, 70, 102, 90, 116, 231 (list; graph; listen)
OFFSET

1,2

COMMENT

Perhaps another re-arrangement of natural numbers.

EXAMPLE

5 and 4 are the neighbors of 9 giving the triangular numbers 45 and 36 respectively.

PROGRAM

(PARI) istriang(n) = local(x); x = floor(sqrt(2*n)); n == x*(x + 1)/2; A = vector(75); used = vector(1000); tris = vector(50000); A[1] = 1; used[1] = 1; for (i = 2, 75, f = A[i - 1]; j = 2; while (used[j] || !istriang(f*j) || tris[f*j], j = j + 1); A[i] = j; used[j] = 1; tris[f*j] = 1); print(A)

CROSSREFS

Cf. A081975, A081976, A081977.

Adjacent sequences: A081971 A081972 A081973 this_sequence A081975 A081976 A081977

Sequence in context: A127299 A029619 A049922 this_sequence A116627 A049920 A128914

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 03 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Jul 26 2004

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 October 15 20:12 EDT 2008. Contains 145099 sequences.


AT&T Labs Research