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!)
A252740 First quotients of A252738: a(0) = 1; for n >= 1, a(n) = A252738(n) / A252738(n-1). 4
1, 2, 6, 180, 1134000, 3465651420000000, 356414438712215830124178000000000000000, 1311750338118625705168608107387873609070899443110750355586669940000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; for n >= 1, a(n) = A252738(n) / A252738(n-1).
PROG
(Scheme) (define (A252740 n) (if (zero? n) 1 (/ (A252738 n) (A252738 (- n 1)))))
CROSSREFS
Sequence in context: A072116 A203430 A298883 * A055696 A158096 A345726
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 21 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 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)