Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092887
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092887 First 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
10, 13, 12, 56, 48, 40, 49, 23, 29, 47, 45, 46, 70, 69, 70, 79, 40, 34, 92, 117, 56, 128, 102, 176, 38, 160, 19, 98, 125, 16, 20, 79, 110, 56, 130, 70, 90, 77, 124, 15, 65, 90, 124, 195, 270, 65, 205, 23, 35, 209, 78, 58, 237, 33, 70, 304, 91, 286, 176, 274, 238, 238, 28 (list; graph; listen)
OFFSET

1,1

COMMENT

Suggested by Thomas A. Nagy. - A092888 gives second component, A092889 gives third component, A092890 gives fourth component.

Problem: Which numbers will never appear as one of the components of those quadruples?

EXAMPLE

The sixth quadruple is 40, 70, 142, 196, hence a(6) = 40.

PROGRAM

(PARI) {m=1320; 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(a, ", "))))))))}

CROSSREFS

Cf. A092888, A092889, A092890, A092891.

Sequence in context: A078217 A087392 A144814 this_sequence A131365 A102362 A070837

Adjacent sequences: A092884 A092885 A092886 this_sequence A092888 A092889 A092890

KEYWORD

nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 12 2004

page 1

Search completed in 0.005 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research