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!)
A178599 a(n) is the smallest multiple of a(n-1) that is greater than n^n. 1
1, 4, 28, 280, 3360, 47040, 846720, 16934400, 389491200, 10126771200, 293676364800, 9103967308800, 309534888499200, 11143255985971200, 445730239438848000, 18720670056431616000, 842430152539422720000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{n_, a_}]:={n+1, a*Ceiling[(n+1)^(n+1)/a]}; NestList[nxt, {1, 1}, 20][[All, 2]] (* Harvey P. Dale, May 06 2021 *)
PROG
(PARI) al(n)=local(r, t); vector(n, k, if(k==1, r=t=1, r*=(t=ceil(k^k/r))))
CROSSREFS
Cumulative product of A178598.
Sequence in context: A032274 A182964 A306228 * A369088 A007559 A138208
KEYWORD
nonn
AUTHOR
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 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)