login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)