cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A136110 Limiting sequence when we start with the positive integers (A000027) and delete in step n >= 1 the term at position n + tau(a(n)), where tau(k) is the number of divisors of k.

Original entry on oeis.org

1, 3, 4, 6, 7, 9, 12, 13, 15, 17, 18, 22, 23, 24, 28, 29, 30, 32, 33, 36, 37, 38, 43, 44, 47, 49, 51, 52, 55, 56, 58, 59, 62, 65, 66, 68, 70, 72, 73, 74, 78, 79, 80, 84, 85, 86, 88, 90, 92, 94, 96, 97, 98, 104, 105, 106, 108, 109, 111, 116, 118, 119, 121, 122, 126, 129, 130
Offset: 1

Views

Author

Ctibor O. Zizka, Mar 16 2008

Keywords

Examples

			First few steps are:
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,...
n = 1; delete term at position 1+tau(1) = 1+1 =2: 2;
1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,...
n = 2; delete term at position 2+tau(3) = 1+2 = 3: 5;
1,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,...
n = 3; delete term at position 3+tau(4) = 3+3 = 6: 8;
1,3,4,6,7,9,10,11,12,13,14,15,16,17,18,19,20,...
n = 4; delete term at position 4+tau(6) = 4+4 = 8: 11;
1,3,4,6,7,9,10,12,13,14,15,16,17,18,19,20,...
n = 5; delete term at position 5+tau(7) = 5+2 = 7: 10;
1,3,4,6,7,9,12,13,14,15,16,17,18,19,20,...
n = 6; delete term at position 6+tau(9) = 6+3 = 9: 14;
1,3,4,6,7,9,12,13,15,16,17,18,19,20,...
		

Crossrefs

Cf. A000005 (number of divisors), A000027, A137292, A138899, A138900.

Extensions

Edited and extended by Klaus Brockhaus, Apr 03 2008
Moved references to the Links section R. J. Mathar, Oct 23 2009

A138899 First term of the first run of at least n consecutive numbers in A136110.

Original entry on oeis.org

1, 3, 22, 174, 174, 284, 3174, 5929, 11724, 54924, 1015528, 1015528, 1015528, 39282392, 165885026
Offset: 1

Views

Author

Klaus Brockhaus, Apr 03 2008

Keywords

Examples

			First few terms of A136110 are 1,3,4,6,7,9,12,13,15,17,18,22,23,24,28,... . The first run of at least three consecutive numbers is 22,23,24. Hence a(3) = 22.
		

Crossrefs

Extensions

a(14)-a(15) from Donovan Johnson, Nov 27 2010

A139386 First gap of length at least n in A007950, lower end.

Original entry on oeis.org

1, 5, 5, 37, 37, 187, 187, 821, 821, 821, 821, 13301, 13301, 109941, 109941, 522717, 522717, 522717, 522717, 1247282901, 1247282901
Offset: 1

Views

Author

Klaus Brockhaus, Apr 17 2008

Keywords

Comments

All terms of A007950 are odd, therefore all gaps in A007950 have odd length and a(2*k) = a(2*k+1) for k >= 1.
a(22) > 10^11. - Donovan Johnson

Examples

			First few terms of A007950 are 1,3,5,9,11, ... . The first gap of length 1 is between 1 and 3, so a(1) = 1; the first gap of length 2 is between 5 and 9; it has length 3, so a(2) = a(3) = 5.
		

Crossrefs

Extensions

a(20)-a(21) from Donovan Johnson, Dec 27 2010

A139387 First gap of length at least n in A007951, lower end.

Original entry on oeis.org

2, 11, 133, 497, 4963, 34486, 68978, 14877929, 6186632564, 6186632564
Offset: 1

Views

Author

Klaus Brockhaus, Apr 17 2008

Keywords

Comments

a(11) > 10^11. - Donovan Johnson

Examples

			First few terms of A007951 are 1,2,4,5,7,8,10,11,14,16, ... . The first gap of length 1 is between 2 and 4, so a(1) = 2; the first gap of length 2 is between 11 and 14, so a(2) = 11.
		

Crossrefs

Extensions

a(8)-a(10) from Donovan Johnson, Dec 27 2010
Showing 1-4 of 4 results.