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!)
A254100 Postludic numbers: Second column of Ludic array A255127. 15

%I #23 Apr 08 2018 20:08:42

%S 4,9,19,31,55,73,101,145,167,205,253,293,317,355,413,473,521,569,623,

%T 677,737,763,833,917,983,1027,1051,1121,1171,1273,1337,1411,1471,1571,

%U 1619,1663,1681,1807,1957,1991,2087,2113,2171,2245,2275,2335,2401,2497,2593,2713,2771,2831,2977,3047,3113

%N Postludic numbers: Second column of Ludic array A255127.

%H Antti Karttunen, <a href="/A254100/b254100.txt">Table of n, a(n) for n = 1..10001</a>

%F a(n) = A255407(A001248(n)).

%t rows = 100; cols = 2; t = Range[2, 10^4]; r = {1}; n = 1; While[n <= rows, k = First[t]; AppendTo[r, k]; t0 = t; t = Drop[t, {1, -1, k}]; ro[n++] = Complement[t0, t][[1 ;; cols]]]; A = Array[ro, rows]; Table[A[[n, 2]], {n, 1, rows} ] (* _Jean-François Alcover_, Mar 14 2016, after _Ray Chandler_ *)

%o (Scheme) (define (A254100 n) (A255127bi n 2)) ;; A255127bi given in A255127.

%Y Column 2 of A255127. (Row 2 of A255129). Positions of 2's in A260739.

%Y Subsequence of A192607, A302036 and A302038.

%Y Cf. A276576, A276606 (first differences).

%Y Cf. also A001248, A219178.

%K nonn

%O 1,1

%A _Antti Karttunen_, Feb 22 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)