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!)
A121826 a(n) = Product_{k=1..n} D(k), where D() are the doublets, A020338. 1
11, 242, 7986, 351384, 19326120, 1275523920, 98215341840, 8642950081920, 855652058110080, 864208578691180800, 960135730925901868800, 1163684505882193064985600, 1527917756223319494326092800, 2160475707299773764977095219200, 3273120696559157253940299257088000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is divisible by n! because D(k) is divisible by k. - Michel Marcus, Jan 07 2021
LINKS
EXAMPLE
a(4)=351384 because 11*22*33*44 = 351384.
PROG
(PARI) D(n) = eval(Str(n, n)); \\ A020338
a(n) = prod(k=1, n, D(k)); \\ Michel Marcus, Jan 07 2021
CROSSREFS
Sequence in context: A267642 A267665 A196258 * A041223 A041220 A347483
KEYWORD
easy,base,nonn
AUTHOR
Jason Earls, Aug 27 2006
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)