|
Search: id:A066531
|
|
|
| A066531 |
|
EPRNs (Equal Product Of Reversible Numbers): numbers which can be expressed as the product of two reversible numbers in two different ways. |
|
+0 10
|
|
| 2520, 4030, 5740, 7360, 7650, 9760, 10080, 12070, 13000, 14580, 14620, 16120, 17290, 18550, 19440, 22680, 22960, 24300, 25200, 26680, 27010, 29440, 31540, 34780, 36270, 36400, 40300, 40320, 42750, 46060, 49300, 50920, 56050, 57400
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
All EPRNs are even numbers. The digital root i.e. ultimate sum of digits of all EPRNs is always 1,4,7 or 9.
|
|
REFERENCES
|
S. S. Gupta, EPRNs, Science Today, Feb. 1987, India.
|
|
LINKS
|
Shyam Sunder Gupta, EPRN Numbers
|
|
EXAMPLE
|
4030 = 130 * 031 = 310 * 013, 144648 = 861 * 168 = 492 * 294, 185472 = 672 * 276 = 384 * 483, 9949716 = 2583 * 3852 = 1476 * 6741, 16746912 = 2556 * 6552 = 4473 * 3744, etc.
|
|
MATHEMATICA
|
f[n_] := (m = ToExpression[StringReverse[ToString[n]]]; If[n > m, n*m, 0]); a = Sort[ Table[ f[n], {n, 0, 10^4}]]; While[ a[[1]] == 0, a = Drop[a, 1]]; a[[ Select[ Range[ Length[a]] - 1, a[[ # ]] == a[[ # + 1 ]] & ]]]
|
|
CROSSREFS
|
Sequence in context: A068352 A068547 A094515 this_sequence A159214 A064592 A109480
Adjacent sequences: A066528 A066529 A066530 this_sequence A066532 A066533 A066534
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 06 2002
|
|
|
Search completed in 0.002 seconds
|