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!)
A141265 Concatenate first n factorials in reverse order. 2
1, 21, 621, 24621, 12024621, 72012024621, 504072012024621, 40320504072012024621, 36288040320504072012024621, 362880036288040320504072012024621 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
P:=proc(i) local a, n; a:=1; print(1); for n from 2 by 1 to i do a:=n!*10^floor(evalf(1+log10(a), 1000))+a; print(a); od; end: P(15);
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@Reverse[Range[n]!]]], {n, 10}] (* Harvey P. Dale, Apr 22 2022 *)
CROSSREFS
Sequence in context: A365744 A231852 A327681 * A025752 A163032 A209264
KEYWORD
nonn,base
AUTHOR
Paolo P. Lava, Jun 20 2008
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 26 19:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)