Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066599
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066599 Least n-EPRNs (Equal Product Of Reversible Numbers): numbers which can be expressed as the product of two reversible numbers in just n different ways. +0
1
1, 2520, 635040, 1015560 (list; graph; listen)
OFFSET

1,2

COMMENT

a(6) = 11158922880 and a(8) = 1046458990080.

EXAMPLE

a(1) = 1 = 1*1; a(2) = 2520 = 120*21 = 210*12; a(3) = 635040 = 1440*441 = 2520*252 = 4410*144; a(4) = 1015560 = 1560*651 = 2730*372 = 3720*273 = 6510*156; a(6) = 11158922880 = 132480*84231 = 231840*48132 = 275040*40572 = 405720*27504 = 481320*23184 = 842310*13248; a(8) = 1236480*846321 = 2163840*483612 = 2329440*449232 = 2567040*407652 = 4076520*256704 = 4492320*232944 = 4836120*216384 = 8463210*123648.

MATHEMATICA

f[n_] := (m = ToExpression[StringReverse[ToString[n]]]; If[n >= m, n*m, 0]); a = Sort[Table[f[n], {n, 0, 10^7}]]; While[a[[1]] == 0, a = Drop[a, 1]]; Do[k = 1; While[ a[[k]] != a[[k + n - 1]], k++ ]; Print[ a[[k]]], {n, 1, 4} ]

CROSSREFS

Cf. A066531.

Adjacent sequences: A066596 A066597 A066598 this_sequence A066600 A066601 A066602

Sequence in context: A066531 A064592 A109480 this_sequence A107531 A123485 A045942

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 08 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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research