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!)
A103520 a(1) = 1, a(n) = product of n successive numbers starting with a(n-1) + 1. 1
1, 6, 504, 65813284680, 1234718152224069224489356305213161520251951242625962440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(6) has 325 digits and a(7) has 2272 digits. - Harvey P. Dale, Aug 23 2014
LINKS
FORMULA
a(n+1) = !{a(n)+n +1}/!{a(n)}
EXAMPLE
a(2) = 2*3 = 6, a(3) = 7*8*9 = 504.
MATHEMATICA
nxt[{n_, a_}]:={n+1, Times@@Range[a+1, a+1+n]}; Transpose[NestList[nxt, {1, 1}, 5]][[2]] (* Harvey P. Dale, Aug 23 2014 *)
CROSSREFS
Cf. A103519.
Sequence in context: A278775 A013975 A272094 * A223050 A290937 A364482
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Feb 10 2005
EXTENSIONS
More terms from Olaf Voß, Feb 26 2005. (The next term is too large to include.)
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)