Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092888
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092888 Second component of quadruples a,b,c,d such that a < b < c < d, (a*b*c) mod (a+b+c) = d, (a*b*d) mod (a+b+d) = c, (a*c*d) mod (a+c+d) = b, (b*c*d) mod (b+c+d) = a. The quadruples are ordered according to sum of first three components, secondary by first component, thirdly by second component. +0
5
34, 52, 60, 63, 80, 70, 52, 92, 51, 52, 126, 148, 155, 156, 76, 94, 220, 250, 110, 174, 240, 200, 187, 182, 191, 192, 190, 266, 278, 328, 320, 322, 203, 98, 250, 395, 243, 242, 160, 300, 308, 432, 160, 390, 345, 338, 349, 410, 420, 266, 157, 153, 395, 121, 490 (list; graph; listen)
OFFSET

1,1

COMMENT

Suggested by Thomas A. Nagy. - A092887 gives first component, A092889 gives third component, A092890 gives fourth component.

EXAMPLE

The fifth quadruple is 48, 80, 96, 160, hence a(5) = 80.

PROGRAM

(PARI) {m=1140; for(n=6, m, for(a=1, (n-3)\3, for(b=a+1, (n-a-1)\2, c=n-a-b; d=a*b*c%(a+b+c); if(c<d, if(a*b*d%(a+b+d)==c, if(a*c*d%(a+c+d)==b, if(b*c*d%(b+c+d)==a, print1(b, ", "))))))))}

CROSSREFS

Cf. A092887, A092889, A092890, A092891.

Sequence in context: A045256 A107355 A051991 this_sequence A051969 A067243 A055574

Adjacent sequences: A092885 A092886 A092887 this_sequence A092889 A092890 A092891

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 12 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 December 17 19:39 EST 2009. Contains 170821 sequences.


AT&T Labs Research