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.

User: Deron Stewart

Deron Stewart's wiki page.

Deron Stewart has authored 7 sequences.

A308782 Index of first occurrence of n appearing twice in succession in van Eck's sequence (A181391), or 0 if it never occurs.

Original entry on oeis.org

2, 0, 8, 50, 132, 414, 171, 659, 96, 361, 12311, 7224, 5896, 2954, 5804, 72387, 12756, 1292, 4332, 3715, 2704, 1887, 5780, 9837, 11721, 1094, 70067, 32610, 57658, 26146, 167389, 94957, 36588, 19663, 35588, 9627, 108296, 51653, 38147, 54788, 81871, 15502
Offset: 0

Author

Deron Stewart, Jun 24 2019

Keywords

Comments

With V=A181391, a(n) is the smallest number m such that V(m) = V(m-1) = n.
Since van Eck's sequence is generated by considering the gap between identical terms reappearing, it is of interest to consider terms of value n which repeat with a gap of length n.
When this happens the term is repeated in succession.
Some observations that follow from the definition of V:
V(a(n)-1-n) = n. The value n has to appear exactly n terms apart in V to make the following term equal to n, e.g., for n=3: "..., 3, 8, 0, 3, 3, ...".
V(a(n)+1) = 1. Since the term n appeared twice in a row, the following term of V must be 1.
V(a(n)-2) = V(a(n)-n-2) = V(a(n)-2*n-2). The number preceding the repeated terms appears three times with gaps of n.
V(a(n)+2) = the number of terms since the previous repeated value of some number (though it may not be the first time it is repeated). So V(a(n)-V(a(n)+2)) = V(a(n)-V(a(n)+2)-1).

Examples

			With V=A181391 and n=8:
V(95) = V(96) = 8. Therefore, a(8) = 96.
---
V(a(n)-1-n) = n:
a(8) - 1 - 8 = 87.
V(87) = 8.
---
V(a(n)+1) = 1:
a(8) + 1 = 97.
V(97) = 1.
---
V(a(n)-2) = V(a(n)-n-2) = V(a(n)-2*n-2):
a(8) - 2 = 94.
a(8) - 8 - 2 = 86.
a(8) - 2*8 - 2 = 78.
V(94) = V(86) = V(78) = 3.
---
V(a(8)+2) = 46. a(8) - 46 = 50. The previous repeated terms in V are V(50) = V(49) = 5.
		

Crossrefs

Cf. A181391 (van Eck's sequence).

A324261 Subsequence of A083359 (Visual Factor Numbers) of the form (10^m+1)*p, where the decimal representation of prime p contains all the prime factors of 10^m+1.

Original entry on oeis.org

13731373, 31373137, 1190911909, 9091190911, 19090911909091, 7316763215964848081373167632159648480813, 111272689909091345969111272689909091345969, 111279090913268945969111279090913268945969, 112726894596919090913112726894596919090913
Offset: 1

Author

Deron Stewart, Mar 13 2019

Keywords

Comments

Subsequence of A020338 (Doublets: base-10 representation is the juxtaposition of two identical strings).
The prime factors of 10^m + 1 are also prime factors of 10^km + 1, where k is odd, so a(n) and a(km) have those prime factors in common.
Expanding on the comment in A083359 regarding finding large terms, we can generate large doublet terms in the following way:
-- for any composite number M = 10^m + 1 try to compose a prime number p of length m from the prime factors of M. Generally this will require the factors to overlap to reduce the length to m.
-- the factors can wrap around to the beginning of p. For example, if M has a factor of 137 then p can be of the form 7...13.
-- the term is formed by concatenating p with itself to form a(n) = p||p. The resulting number will consist entirely of the concatenation of its prime factors with allowed overlap as in A083359.

Examples

			With m = 4: 10^4 + 1 = 10001 = 73 * 137. We can form prime p = 1373 which concatenates with itself to give a(1) = 13731373 = 73 * 137 * 1373. We can also form the prime p = 3137 which gives a(2). The number 7313 also contains all the prime factors of 10001 but it is not prime.
With m = 33: 10^33 + 1 = 7*11*11*13*23*4093*8779*599144041*183411838171, there are 4932 m-digit numbers that contain all the factors, of which 227 of them are prime. Each of these primes generates a term in the sequence with 66 digits, the smallest of which is 112359914404134093877918341183817112359914404134093877918341183817. This is A324262(33).
		

Crossrefs

A324260 Subsequence of A324257 (Conceited Numbers) where the distinct prime factors are concatenated without multiplicity.

Original entry on oeis.org

735, 3792, 1341275, 1713192, 2971137, 4773132, 13115375, 13731373, 22940075, 29373375, 31373137, 71624133, 121719472, 183171409, 221397372, 241153517, 311997175, 319953792, 331191135, 1019127375, 1147983375, 1190911909, 1453312395
Offset: 1

Author

Deron Stewart, Feb 19 2019

Keywords

Comments

Subsequence of A083359.
Overlap of the distinct primes is allowed per A324257. Terms without overlap form the subsequence A121342.

Examples

			4773132 = 2^2 * 3^2 * 7 * 13 * 31 * 47 formed by 47||7||[3(1][3)]||2. The 6 distinct prime factors are used once each, with 3, 13 and 31 overlapping.
		

Crossrefs

A324259 Subsequence of A324257 (Conceited Numbers) where every prime factor is visible in the number, not just each distinct prime factor.

Original entry on oeis.org

21372, 119911, 229912, 2971137, 3719193, 13731373, 16749933, 31373137, 183171409, 221397372, 238903323, 241153517, 254724772, 271141332, 331191135, 1153115117, 1190911909, 1453312395, 2511176437, 2923699119, 2971193115, 3124516195
Offset: 1

Author

Deron Stewart, Feb 19 2019

Keywords

Comments

Includes all squarefree terms in A324257 by definition.
Generalization of A083361 without the restriction of limited multiplicity inherited from A083359.

Examples

			119911 = 11^2 * 991, formed by 11||(99(1)1), with 11 appearing twice in the number as required. (991 and 11 overlap.)
		

Crossrefs

A324258 Subsequence of A324257 (Conceited Numbers) where the prime factors are concatenated without overlap.

Original entry on oeis.org

735, 3792, 13377, 67335, 290912, 537975, 1341275, 2333772, 5117695, 7747292, 13115375, 19853575, 22940075, 29090912, 29373375, 37723392, 52979375, 71624133, 79241575, 311997175, 319953792, 367543575, 533334375, 1019127375, 1147983375, 1734009275
Offset: 1

Author

Deron Stewart, Feb 19 2019

Keywords

Comments

Generalization of A083360 with multiplicity of the distinct prime factors (not limited by the number of times a prime factor appears in the factorization of the number).

Examples

			5117695 = 5 * 11^2 * 769, formed by 5||11||769||5. The prime factor 5 is used twice.
		

Crossrefs

A324262 a(n) is the smallest term of A324261 with 2n digits if it exists, otherwise 0.

Original entry on oeis.org

0, 0, 0, 0, 13731373, 1190911909, 0, 19090911909091, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7316763215964848081373167632159648480813, 111272689909091345969111272689909091345969, 10527889691056689261011052788969105668926101, 0, 0, 0, 0
Offset: 0

Author

Deron Stewart, Mar 13 2019

Keywords

Comments

There can be a large number of terms in A324261 with 2n digits. For example, there are 227 terms with length 66. Selecting only the smallest term for each length allows terms to be listed for larger values of n.
The terms of A324261 with length 2n are formed by concatenating two copies of prime p, where p has length n and the decimal representation of p contains all the prime factors of 10^n + 1 as described in A324261 and A083359.
Subsequence of A020338 (Doublets: base-10 representation is the juxtaposition of two identical strings).

Examples

			With m = 27 there are three prime p's: 114175966169705419295257913, 352579141759661697054192911 and 525791141759661697054192913. The smallest p concatenated with itself gives a(27) = 114175966169705419295257913114175966169705419295257913.
With m = 28 there are no solutions so a(28) = 0.
		

Crossrefs

A324257 Conceited Numbers: Composite numbers that are a concatenation of their distinct prime factors with multiplicity in some order allowing overlap.

Original entry on oeis.org

735, 3792, 13377, 21372, 51375, 67335, 119911, 229912, 290912, 537975, 1341275, 1713192, 2317312, 2333772, 2971137, 3719193, 4773132, 5117695, 7237755, 7747292, 11973192, 13115375, 13731373, 16749933, 19853575, 22940075, 29090912, 29373375
Offset: 1

Author

Deron Stewart, Feb 19 2019

Keywords

Comments

"Conceited Numbers" (they are full of themselves).
The decimal representation of these numbers can be formed typographically from their prime factors. Every distinct prime factor must appear at least once. Generalization of the sequence A083359.
Subsequences:
--No overlap: A324258
--Every prime factor appears in number (not just distinct prime factors): A324259
--No multiplicity: A324260
--Multiplicity only up to the exponent of the distinct prime factor: A083359
Other subsequences are formed by more than one constraint; e.g., A121342 is the intersection of A324258 and A324260, terms with no overlap and no multiplicity.

Examples

			67335 = 3*5*67^2 formed by 67||3|||3||5 (this term is not in A083359 because two 3's are required in the concatenation).
3719193 = 3*19*71*919 formed by 3||71||9(19)||3 where 19 and 919 overlap.