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.

A230624 Numbers k with property that for every base b >= 2, there is a number m such that m+s(m) = k, where s(m) = sum of digits in the base-b expansion of m.

Original entry on oeis.org

0, 2, 10, 14, 22, 38, 62, 94, 158, 206, 318, 382, 478, 606, 766, 958, 1022, 1534, 1662, 1726, 1790, 1918, 1982, 2238, 2622, 2686, 3006, 3262, 3582, 3966, 4734, 5118, 5374, 5758, 5886, 6782, 8830, 9342, 9470, 9598, 10878, 12926, 13182, 13438, 14718, 18686, 22526
Offset: 1

Views

Author

N. J. A. Sloane, Oct 27 2013

Keywords

Comments

If k is a positive term then k is even (or else k has no generator in base k+1) but not a multiple of 4 (or else k has no generator in base k/2). - David Applegate, Jan 09 2022. See A349821 and A350607 for the k/2 and (k-2)/4 sequences.
It is not known if this sequence is infinite.
The eight terms 10 through 206 are all twice primes (cf. A349820).

Examples

			10 is a member because in base 2, 7=111, 7+3=10; in base 3, 7=21, 7+3=10; in base 4, 8=20, 8+2=10; in base 5, 7=12, 7+3=10; and in bases b >= 6, 5+5=10.
		

Crossrefs

For first differences see A349823.
This is the limiting row of A350601.

Extensions

More terms from Lars Blomberg, Oct 12 2015
More terms from David Applegate, Jan 02 2022

A349820 Primes p such that 2*p is a member of A230624.

Original entry on oeis.org

5, 7, 11, 19, 31, 47, 79, 103, 191, 239, 383, 479, 863, 991, 2687, 2879, 3391, 4799, 6719, 9343, 21503, 23039, 36607, 69119, 72959, 126719, 152063, 382463, 602111, 927743, 972799, 1096703, 1102847, 1640447, 1655807, 1966079, 3565567, 3590143, 4124671, 5402623
Offset: 1

Views

Author

N. J. A. Sloane, Dec 30 2021

Keywords

Comments

It is not known if A230624 is infinite. Many of its initial terms are twice primes, so it would interesting if these primes could be characterized in some other way.
a(n)+1 typically has a slowly growing power of 2 as factor. as can be seen here: (PARI) for(k=1, #a, print1(valuation(a[k]+1,2),", ")): 1, 3, 2, 2, 5, 4, 4, 3, 6, 4, 7, 5, 5, 5, 7, 6, 6, 6, 6, 7, 10, 9, 8, 9, 8, 8, 9, 9, 12, 11, 11, 10, 10, 11, 10, 17, 11, 11, 12, 12,.. - Hugo Pfoertner Jan 03 2022

Crossrefs

Extensions

a(29)-a(40) from Martin Ehrenstein, Jan 03 2022

A349823 First differences of A230624.

Original entry on oeis.org

2, 8, 4, 8, 16, 24, 32, 64, 48, 112, 64, 96, 128, 160, 192, 64, 512, 128, 64, 64, 128, 64, 256, 384, 64, 320, 256, 320, 384, 768, 384, 256, 384, 128, 896, 2048, 512, 128, 128, 1280, 2048, 256, 256, 1280, 3968, 3840, 2304, 18176, 3072, 27136, 28160, 2560, 8704, 1024, 12800, 3072, 6144, 2560, 7680, 4608
Offset: 1

Views

Author

N. J. A. Sloane, Dec 31 2021

Keywords

Comments

This sequence could certainly be divided by 2, just as we divided A230624 itself by 2 to get A349821. But there is a reason for not dividing this by 2: it appears that, for any power of 2, from a certain point on, the sequence is divisible by that power of 2. At present this only a conjecture. But it may provide a clue to the structure of this sequence and therefore of A230624.
For example, after 14 terms, the present sequence (as far as it is presently known) can be divided by 64, giving 3, 1, 8, 2, 1, 1, 2, 1, 4, 6, 1, 5, 4, 5, 6, 12, 6, 4, 6, 2, 14, 32, 8, 2, 2, 20, 32, 4, 4, 20, 62, 60, 36, 284, 48, 424, 440, 40, 136, 16, 200, 48, 96, 40, ..., which in turn can be divided by 2 after a further 14 terms.
So there is at least some structure here.

Crossrefs

A350607 a(n) = (A230624(n)-2)/4.

Original entry on oeis.org

0, 2, 3, 5, 9, 15, 23, 39, 51, 79, 95, 119, 151, 191, 239, 255, 383, 415, 431, 447, 479, 495, 559, 655, 671, 751, 815, 895, 991, 1183, 1279, 1343, 1439, 1471, 1695, 2207, 2335, 2367, 2399, 2719, 3231, 3295, 3359, 3679, 4671, 5631, 6207, 10751, 11519, 18303, 25343, 25983, 28159, 28415, 31615, 32383, 33919, 34559, 36479, 37631, 44927, 61055, 63359, 64127
Offset: 1

Views

Author

N. J. A. Sloane, Jan 13 2022

Keywords

Crossrefs

Showing 1-4 of 4 results.