The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A193871 Square array T(n,k) = k^n - k + 1 read by antidiagonals. 3

%I #28 Nov 22 2016 22:08:20

%S 1,1,1,1,3,1,1,7,7,1,1,15,25,13,1,1,31,79,61,21,1,1,63,241,253,121,31,

%T 1,1,127,727,1021,621,211,43,1,1,255,2185,4093,3121,1291,337,57,1,1,

%U 511,6559,16381,15621,7771,2395,505,73,1,1,1023,19681,65533,78121,46651,16801,4089,721,91,1

%N Square array T(n,k) = k^n - k + 1 read by antidiagonals.

%C The columns give 1^n-0, 2^n-1, 3^n-2, 4^n-3, 5^n-4, etc.

%C The main diagonal gives A006091, which is a sequence related to the famous "coconuts" problem.

%H M. B. Richardson, <a href="https://dx.doi.org/10.15200/winn.147175.52128">A Needlessly Complicated and Unhelpful Solution to Ben Ames Williams' Coconuts Problem</a>, The Winnower, 3 (2016), e147175.52128. doi: 10.15200/winn.147175.52128

%e Array begins:

%e 1, 1, 1, 1, 1, 1, 1, 1, 1, 1

%e 1, 3, 7, 13, 21, 31, 43, 57, 73

%e 1, 7, 25, 61, 121, 211, 337, 505

%e 1, 15, 79, 253, 621, 1291, 2395

%e 1, 31, 241, 1021, 3121, 7771

%e 1, 63, 727, 4093, 15621

%e 1, 127, 2185, 16381

%e 1, 255, 6559

%e 1, 511

%e 1

%t Table[k^# - k + 1 &[n - k + 1], {n, 11}, {k, n}] // Flatten (* _Michael De Vlieger_, Nov 16 2016 *)

%Y Row 1: A000012. Rows 2,3: A002061, A061600 but both without repetitions.

%Y Columns 1..10: A000012, positives A000225, A058481, A141725, A164785, A164784, A164783, A164786, A177095, A170955.

%Y Cf. A276135.

%K nonn,tabl,easy

%O 1,5

%A _Omar E. Pol_, Aug 21 2011

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 June 3 12:27 EDT 2024. Contains 373060 sequences. (Running on oeis4.)