login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A102069
Analogous to the oblong (promic or heteromecic) sequence formed but with reversal digits of factors multiplied.
0
2, 6, 12, 20, 30, 42, 56, 72, 9, 11, 231, 651, 1271, 2091, 3111, 4331, 5751, 7371, 182, 24, 264, 704, 1344, 2184, 3224, 4464, 5904, 7544, 276, 39, 299, 759, 1419, 2279, 3339, 4599, 6059, 7719, 372, 56, 336, 816, 1496, 2376, 3456, 4736, 6216, 7896, 470, 75, 375
OFFSET
1,1
FORMULA
a(n) = R(n)*R(n+1), where R(n) is the digital reversal of n.
MATHEMATICA
r[n_]:=FromDigits[Reverse[IntegerDigits[n]]]; Table[r[n]*r[n+1], {n, 51}] (* James C. McMahon, Jan 07 2024 *)
CROSSREFS
Sequence in context: A298010 A118373 A077252 * A160938 A160926 A077253
KEYWORD
easy,nonn,base,less
AUTHOR
Michael Joseph Halm, Feb 12 2005
STATUS
approved