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!)
A078263 Product of the forward and reverse concatenations of 1 to n. 2
1, 252, 39483, 5332114, 670592745, 80779853376, 9449772114007, 1082152022374638, 121932631112635269, 135650052221140070110, 1371589685334334871208531, 14951973660666886818972704952 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3) =123*321 = 39483.
MATHEMATICA
frc[n_]:=Module[{r1=FromDigits[Flatten[IntegerDigits/@Range[n]]], r2 = FromDigits[ Flatten[ IntegerDigits/@Range[n, 1, -1]]]}, r1*r2]; Array[ frc, 20] (* Harvey P. Dale, Aug 24 2015 *)
CROSSREFS
Cf. A078264.
Sequence in context: A047831 A076013 A180886 * A289293 A183507 A203385
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 24 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 04 2003
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 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)