Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A077760
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A077760 Nonsquares which in at least two ways are the product of two numbers with the same digits (leading zeros are forbidden). +0
2
101556, 121968, 124012, 133875, 144648, 172900, 185472, 226800, 352170, 433755, 2096640, 3779136, 4264416, 5166504, 5333680, 5448960, 5651919, 5894784, 5955264, 5983936, 6003088, 6174630, 6197724, 6324318, 6351840, 6429600 (list; graph; listen)
OFFSET

0,1

COMMENT

Subsequence of A072443.

EXAMPLE

101556 = 156*651 = 273*372; 2096640 = 1092*1920 = 1365*1536.

PROGRAM

(PARI) {for(n=100, 6500000, k=floor(log(n)/log(100)); f=divisors(n); v=[]; for(h=1, matsize(f)[2], if(10^k<f[h]&& f[h]<10^(k+1), v=concat(v, f[h]))); b=matsize(v)[2]; if(b>1, w=[]; for(i=1, b, s=[]; a=v[i]; while(a>0, d=divrem(a, 10); a=d[1]; s=concat(d[2], s)); w=concat(w, [vecsort(s)])); c=0; for(i=1, b-1, for(j=i+1, b, if(c<2&&w[i]==w[j], if(v[i]*v[j]==n, if(c==1, print1(n, ", "); c=2, c=1)))))))}

CROSSREFS

Cf. A072443.

Sequence in context: A161796 A096929 A023077 this_sequence A153050 A106813 A106814

Adjacent sequences: A077757 A077758 A077759 this_sequence A077761 A077762 A077763

KEYWORD

base,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 14 2002

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


AT&T Labs Research