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!)
A220661 Irregular table, where the n-th row consists of numbers 1..n! 3

%I #14 Apr 20 2013 16:18:17

%S 1,1,2,1,2,3,4,5,6,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,

%T 21,22,23,24,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,

%U 23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39

%N Irregular table, where the n-th row consists of numbers 1..n!

%H A. Karttunen, <a href="/A220661/b220661.txt">The rows 1..7 of the irregular table, flattened.</a>

%F a(n) = n - A007489(A084556(n)-1).

%F a(n) = A220660(n)+1.

%e Rows of this irregular table begin as:

%e 1;

%e 1, 2;

%e 1, 2, 3, 4, 5, 6;

%t Flatten[Range[#]&/@(Range[5]!)] (* _Harvey P. Dale_, Apr 20 2013 *)

%o (Scheme): (define (A220661 n) (- n (A007489 (-1+ (A084556 n)))))

%Y Cf. A000142, A220660.

%K nonn,tabf

%O 1,3

%A _Antti Karttunen_, Dec 18 2012

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.)