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!)
A249769 Sequence of distinct least positive numbers such that the average of the first n terms is a factorial. 0

%I #4 Nov 07 2014 23:02:40

%S 1,3,2,18,6,114,24,792,120,6120,720,52560,5040,498960,40320,5201280,

%T 362880,59149440,3628800,729388800,39916800,9699782400,479001600,

%U 138431462400,6227020800,2110960051200,87178291200,34261068441600,1307674368000,589761139968000,20922789888000

%N Sequence of distinct least positive numbers such that the average of the first n terms is a factorial.

%F a(2*n-1) = n!.

%F a(2*n) = n!*(2*n^2+1).

%o (PARI) v=[]; n=0; while(n<10^7, num=(vecsum(v)+n); if(num%(#v+1)==0&&vecsearch(vecsort(v), n)==0, for(i=0, n, if(i!>(num/(#v+1)), break); if(i!==(num/(#v+1)), print1(n, ", "); v=concat(v, n); n=0; break))); n++)

%K nonn

%O 1,2

%A _Derek Orr_, Nov 05 2014

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 13:52 EDT 2024. Contains 371726 sequences. (Running on oeis4.)