This site is supported by donations to The OEIS Foundation.

Calendar for Sequence of the Day in October

From OeisWiki
Jump to: navigation, search

Calendar for Sequence of the Day in September * Calendar for Sequence of the Day in November

Template:Sequence of the Day for October 1

A001057: A permutation of the integers.

{ 0, 1, –1, 2, –2, 3, –3, 4, –4, 5, –5, 6, –6, 7, –7, ... }

Questions of infinity can too easily lead to confusing, paradoxical thoughts. Consider a finite version of this sequence by picking a maximum positive integer, say with . Our subset of thus runs from to , and our finite subsequence starts 0, 1, –1, 2, –2, and ends , (and incidentally, each number in this subsequence can be represented in a signed 256-bit word). What is the length of ? Easy: . But we can't really apply that to the length of A001057, as it turns out that is the "wrong" answer. The "right" answer is just ?


Template:Sequence of the Day for October 2

A039661: Gelfond's constant: .

23.1406926327792690...

M. F. Hasler noticed the interesting coincidence that is almost an integer.


Template:Sequence of the Day for October 3

A084468: Odd numbers with exactly 3 ones in binary expansion.

{ 7, 11, 13, 19, 21, 25, 35, 37, ... }

How can this sequence be computed most efficiently? We could try taking three 1s and then listing the various ways of inserting a varying number of 0s between the most significant bit and the least significant bit. The middle 1 would also have to be made to wander. Numbers like 10001010 don't enter our consideration here because they're even.

And that should lead the train of thought to an easier way: since these numbers are odd, the one power of 2 we always need to have for this sequence is 1. Thus, we can take the numbers that are the sum of two distinct powers of 2 (see A018900), multiply them by 2 and add 1, thus obtaining the requisite binary weight of 3.


Template:Sequence of the Day for October 4

A000172: Franel numbers.

{ 1, 2, 10, 56, 346, 2252, 15184, ... }

Matthijs Coster realized that this is the Taylor expansion of a special point on a curve described by Beauville.


Template:Sequence of the Day for October 5

A004001: Hofstadter-Conway $10000 sequence: , with .

{ 1, 1, 2, 2, 3, 4, 4, 4, 5, 6, 7, 7, 8, 8, 8, 8, ... }

This sequence acquired its name because John Horton Conway offered a prize of $10,000 to anyone who could demonstrate a particular result about its asymptotic behavior. The prize, since reduced to $1,000, was claimed by Collin Mallows. (Comment from Hofstadter–Conway $10,000 sequence on Wikipedia.)


Template:Sequence of the Day for October 6

A1098765: Sequence name.

{ 1, 3, 2, 6, 7, 4, 5, ... }

Paragraph or two of info.


Template:Sequence of the Day for October 7

A082020: Decimal expansion of .

1.519817754635...

This is one of those numbers which can be expressed both as an infinite sum and as an infinite product:

where is the Möbius function and the infinite product is over all primes.

Yet another expression for this number is , where is the Riemann zeta function.


Template:Sequence of the Day for October 8

A061248: Primes at which sum of base 10 digits strictly increases.

{ ..., 17, 19, 29, 59, 79, 89, 199, ... }

Most of those primes have all their digits (except the first digit) as some 8's and mostly 9's (with 9 as final digit) and terms with 7 as a final digit 7 become rarer. (Is there any [albeit extremely slim] chance that a prime ending in 1 or 3 appears?)


Template:Sequence of the Day for October 9

A010888: Base 10 (additive) digital root of

{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, ... }

Repeatedly add digits of until reaching a single digit. For the most part, in this procedure, 0s and 9s can be ignored (unless of course the number consists entirely of a 0 or several 9s; in the latter case the digital root is 9).

The (additive) digital root has the property

which allows us to find whether is divisible by 3 or 32 without doing any division (using a table).



Template:Sequence of the Day for October 10

A002113: Palindromes in base 10.

{ ..., 101, 111, 121, 131, 141, 151, 161, 171, 181, 191, 202, 212, ... }

The sequence of course also includes 1-digit (trivially) and 2-digits (repdigits) terms. Obviously, all repdigits, which include repunits, are palindromic.


Template:Sequence of the Day for October 11

A001020: .

{ 1, 11, 121, 1331, 14641, 161051, ... }

The decimal digits of the powers of 11 give binomial coefficients (which appear in Pascal's triangle), until some binomial coefficients have more than one digit, where overlapping occurs.

1
1 1
1 2 1
1 3 3 1
1 4 6 4 1

After it doesn't quite work out, since some binomial coefficients in {1, 5, 10, 10, 5, 1} have more than one decimal digits.

1, 
   5, 
   1  0, 
      1  0, 
            5, 
               1
----------------
1  6  1  0  5  1

In fact, the powers of 11 correspond to a Pascal's triangle with only one digit per entry, and carry over to the next cell to the left in case of a value > 9.

In general, if appears in Pascal's triangle in the middle of row , then can be found in Pascal's triangle written in base up to .


Template:Sequence of the Day for October 12

A005349: Harshad numbers.

{ ... 10, 12, 18, 20, 21, 24, 27, ... }

These numbers are divisible by the sum of their base 10 digits.


Template:Sequence of the Day for October 13

A003462:

{ 1, 4, 13, 40, 121, 364, 1093, ... }

This sequence gives the repunits in base 3, i.e. the sum of the first powers of 3, with A000244 being the sequence of powers of 3.


Template:Sequence of the Day for October 14

A008619: (Positive integers repeated.)

{ 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, ... }

Smallest positive integer whose harmonic mean with another positive integer is . For example, is already given (as 4 is the smallest positive integer such that the harmonic mean of 4 (with 12) is 6)—but the harmonic mean of 2 (with –6) is also 6 and 2 < 4, so the two positive integer restrictions need to be imposed to rule out both 2 and –6.

Note also that this sequence is the second outermost diagonal of Lozanić's triangle.


Template:Sequence of the Day for October 15

A011371: minus its binary weight, ≥ 0.

{ 0, 0, 1, 1, 3, 3, 4, 4, 7, 7, ... }

This is also the exponent of the highest power of 2 dividing

This sequence shows why, in binary, 0 and 1 are the only two numbers such that equals the sum of its digits raised to the consecutive powers. 1 raised to any consecutive power is still 1 and thus any sum of digits raised to consecutive powers for any falls short of equaling the value of by the -th number of this sequence.


Template:Sequence of the Day for October 16

A117972: Numerator of .

{ 1, –1, 3, –45, 315, –14175, 467775, –42567525, 638512875, ... }

This sequence is related to the correlation function in Montgomery's pair correlation conjecture for the nontrivial zeros of the Riemann zeta function

where is the normalized sinc function.

Maclaurin series for

  • Numerators of Maclaurin series for : A048896 2A000120(+1) − 1, Also, maximal power of 2 dividing th Catalan number.
{1, 2, 1, 2, 2, 4, 1, 2, 2, 4, 2, 4, 4, 8, 1, 2, 2, 4, 2, 4, 4, 8, 2, 4, 4, ...}
  • Denominators of Maclaurin series for : A117972 Numerator of .
{ 3, –45, 315, –14175, 467775, –42567525, 638512875, –97692469875, ... }

where A000120 is number of 1's in binary expansion of (or the binary weight of )

{1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, ...}

Why are the denominators of Maclaurin series for corresponding to the numerators of ?

Why are the numerators of Maclaurin series for corresponding to maximal power of 2 dividing th, , Catalan number?



Template:Sequence of the Day for October 17

A019973: Decimal expansion of tangent of 75 degrees ( radians), or of cotangent of 15 degrees ( radians).

3.732050807568877...

This number , one of the two roots of , is connected to the Lucas-Lehmer sequence via the formula



Template:Sequence of the Day for October 18

A092290: Decimal expansion of the [positive] solution to for .

7.887482193696061...

Since gives the quadratic equation with roots

for , the positive root is

Note that for , the positive root is

which is the golden ratio.



Template:Sequence of the Day for October 19

A065918: Logarithm of .

1.3169578969248...

This number figures in the search for Mersenne primes thus: the Mersenne number is prime if and only if divides

where is the hyperbolic cosine function. David Wilson has proposed calling the number the Helms constant.

The number is sometimes called the Kasner constant (see A019973 for decimal expansion).



Template:Sequence of the Day for October 20

A023194: Numbers such that is prime.

{ 2, 4, 9, 16, 25, 64, 289, 729, 1681, ... }

In 2005, Zak Seidov wondered why all terms except the first are squares. Gabe Cunningham provided the answer:

"From the fact that (...) the sum-of-divisors function is multiplicative, we can derive that is even except when is a square or twice a square."

"If , that is, is twice an odd square, then . If , that is, is twice an even square, then is only prime if is a power of 2; otherwise we have for some positive integer ."

"So the only possible candidates for values of other than squares such that is prime are odd powers of 2. But = = , which is only prime when , that is, when . So 2 is the only nonsquare such that is prime."



Template:Sequence of the Day for October 21

A081119: Number of integral solutions to Mordell's equation .

{ 5, 2, 2, 2, 2, 0, 0, 7, 10, 2, ... }
Some Mordell curves in Grapher for Mac OS X.

Mordell's equation has a finite number of integral solutions for all nonzero . For example, for , there are five solutions: (2, –3), (0, –1), (–1, 0), (0, 1) and (2, 3). For to 5, there are just two solutions each and none for or 7.



Template:Sequence of the Day for October 22

A192189: Polynomial-like numbers: numbers whose sequence of number-derivatives is monotonically decreasing

{ 1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 17, 19, 21, ... }

IN THIS SPACE, VLADIMIR SHEVELEV WILL MAKE SOME BRIEF REMARKS ABOUT THIS SEQUENCE. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum. Ipse lore factum attibutum non contendare.


Template:Sequence of the Day for October 23

A105027 Write numbers in binary under each other; to get the next block of terms of the sequence, start at , read diagonals in upward direction and convert to decimal.

{ 0, 1, 3, 2, 6, 5, 4, 7, ... }

This is a permutation of the nonnegative integers (and for , a permutation of the positive integers). Furthermore, for each block of numbers with binary digits, we have a permutation of this block.

........0
........1
......1 0    <- Starting here, the upward diagonals
......1 1    read 11, 10 giving the block 3, 2. 
....1 0 0    <- Starting here, the upward diagonals
....1 0 1    read 110, 101, 100, 111, 
....1 1 0    giving the block 6, 5, 4, 7.
....1 1 1
..1 0 0 0    
..1 0 0 1    
..1 0 1 0
..1 0 1 1
..1 1 0 0
..1 1 0 1
..1 1 1 0
..1 1 1 1


Template:Sequence of the Day for October 24

A1098765: Sequence name.

{ 1, 3, 2, 6, 5, 4, 7, ... }

Paragraph or two of info.


Template:Sequence of the Day for October 25

A006508: -th composite number, with .

{ 1, 4, 9, 16, 26, 39, 56, 78, ... }

This sequence is generated by a sieve: start with the natural numbers, remove those terms which occupy positions which are prime, leaving {1, 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, ...}; remove those terms whose positions are primes plus one; leaving {1, 4, 9, 12, 15, 16, 18, ...}; remove those whose positions are primes plus two; and so on...

What is the asymptotic behavior of this sequence? The Bojarincev asymptotic formula for the composite numbers allows a formula for for any fixed in terms of . For example,

But is there a reasonable asymptotic for without using earlier values?



Template:Sequence of the Day for October 26

A1098765: Sequence name.

{ 1, 3, 2, 6, 5, 4, 7, ... }

Paragraph or two of info.



Template:Sequence of the Day for October 27
0
1
10
11
22100
101
110
111
1000
1001
...

A105027: Write numbers in binary under each other. Starting with the first digit of each line, read diagonals upward and convert to decimal.

{ 0, 1, 3, 2, 6, 5, 4, 7, ... }

Example

After the first 4 terms resulting from the 1- and 2-binary-digit numbers, start with the initial (binary) digit of 22 = 100[2] and read diagonal-wise upwards: 110[2]= 6 = a(4), then starting with the first digit of 101, one reads 101[2]= 5 = a(5), then 100[2]= 4 = a(6) and finally 111[2]= 7 = a(7).

Comments

This is a permutation of the nonnegative integers.

The structure of the sequence is as follows: blocks of size taken from A102370, interspersed with terms of A102371.— Philippe DELEHAM, Nov 17 2007

References



Template:Sequence of the Day for October 28

A026150/A002605: Convergents to .

Obviously these fractions can be expressed in lower terms. But by leaving them as is, I wish to highlight that both the numerators and the denominators are obtained by recurrence relations of order 2 (actually, the recurrences are the same, only the initial conditions differ):

(The 0th term of the sequence would be .)

Note also the recurrence (involving only the previous numerator/denominator)



Template:Sequence of the Day for October 29

A072449: Decimal expansion of the limit of the nested radical .

1.757932756618...

This limit is referred to as the nested radical constant. This is not your typical infinitely nested radical, in that the number nested at each step is different. But much more importantly, no closed form is known for this nested radical, further setting it apart from the typical nested radical.

External links


Template:Sequence of the Day for October 30

A985647: Sequence name.

{ 1, 3, 2, 6, 5, 4, 7, ... }

Paragraph or two of info.


Template:Sequence of the Day for October 31

A008595: Multiples of 13.

{13, 26, 39, 52, 65, 78, 91, ... }

In this day and age, there are still people afraid of the number 13. That's why I've chosen this sequence for Sequence of the Day on Halloween.

A decimal rule for divisibility by 13:

To find out wether a number is a multiple of 13 (and/or a multiple of 7 and/or 11 for that matter), consider

1001 = 1111 − 110 = 11 × 101 − 11 × 10 = 11 × 91 = 7 × 11 × 13,

which means that if you take the decimal digits by groups of three and alternatively add and subtract the obtained three digits numbers, iterating the procedure will lead to a three digit number that is divisible by 13 (and/or by 7 and/or by 11).

For example, with 183440731043453, we have

+ 183 − 440 + 731 − 043 + 453 = 884 = 68 × 13 = 2^2 × 13 × 17,

so 183440731043453 is a multiple of 13, but neither a multiple of 7 nor a multiple of 11.

With 14124936290345881, we have

− 14 + 124 − 936 + 290 − 345 + 881 = 0,

so 14124936290345881 is a multiple of 7, 11 and 13.