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!)
A255556 Inverse permutation to A255555. 4

%I #8 Apr 19 2015 00:52:35

%S 1,3,2,5,6,10,4,8,15,9,14,21,28,36,7,12,45,20,13,55,66,19,27,78,35,44,

%T 91,105,120,136,11,17,153,54,26,171,190,18,65,210,77,25,231,253,276,

%U 34,90,300,43,53,325,351,104,119,378,135,152,406,435,465,496,528,16,23,561,170,64,595,630,33,189,666,209,24

%N Inverse permutation to A255555.

%H Antti Karttunen, <a href="/A255556/b255556.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%F a(n) = (1/2) * ((c+r)^2 - r - 3*c + 2), where c = A255559(n), and r = A255560(n).

%o (Scheme) (define (A255556 n) (let ((col (A255559 n)) (row (A255560 n))) (* (/ 1 2) (- (expt (+ row col) 2) row col col col -2))))

%Y Inverse permutation: A255555.

%Y Cf. A255558, A255559, A255560.

%K nonn

%O 1,2

%A _Antti Karttunen_, Apr 14 2015

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 19 10:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)