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!)
A004153 Factorial numbers written backwards. 4
1, 1, 2, 6, 42, 21, 27, 405, 2304, 88263, 88263, 861993, 6100974, 80207226, 219287178, 8634767031, 88898722902, 690824786553, 8275073732046, 238804001546121, 466718002092342, 4490717124909015, 867067777270004211, 4667948883761025852, 63934932337104844026 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A004086(A000142(n)). - Michel Marcus, Apr 05 2014
MAPLE
a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(n!)):
seq(a(n), n=0..30); # Alois P. Heinz, Apr 09 2015
PROG
(PARI) reverse(expr)=my(v=Vec(Str(expr)), n=length(v)); eval(concat(vector(n, i, v[n-i+1])));
a(n) = reverse(n!); \\ Michel Marcus, Apr 05 2014
CROSSREFS
Sequence in context: A336281 A326268 A096138 * A071440 A280043 A309813
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Eric M. Schmidt, Apr 04 2014
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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)