Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062919
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062919 "Reverse factorials": product of the digit reversals of the numbers 1 through n. +0
2
1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 362880, 3991680, 83825280, 2598583680, 106541930880, 5433638474880, 331451946967680, 23533088234705280, 1906180147011127680, 173462393378012618880 (list; graph; listen)
OFFSET

0,3

COMMENT

How many trailing zeros are there in a(n)?

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

EXAMPLE

a(11) =3991680 = 1*2*3*4*5*6*7*8*9*R(10)*R(11) = 1*2*3*4*5*6*7*8*9*1*11.

PROGRAM

(PARI) Rev(x)= { local(d); r=0; while (x>0, d=x-10*(x\10); x\=10; r=r*10 + d); return(r) } { for (n=0, 100, if (n, a*=Rev(n), a=1); write("b062919.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 13 2009]

CROSSREFS

Sequence in context: A109834 A131451 A084012 this_sequence A154657 A152693 A152712

Adjacent sequences: A062916 A062917 A062918 this_sequence A062920 A062921 A062922

KEYWORD

base,nonn,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 02 2001

EXTENSIONS

More terms from Lior Manor (lior.manor(AT)gmail.com) and Larry Reeves (larryr(AT)acm.org), Jul 05 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 20 09:10 EDT 2010. Contains 173642 sequences.


AT&T Labs Research