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.

A338733 Partial sums of A054843.

Original entry on oeis.org

1, 3, 4, 7, 8, 10, 13, 15, 16, 19, 22, 24, 26, 28, 30, 35, 36, 38, 41, 43, 45, 50, 52, 54, 56, 59, 61, 65, 68, 70, 74, 76, 77, 81, 83, 87, 91, 93, 95, 99, 101, 103, 107, 109, 111, 118, 120, 122, 124, 127, 130, 134, 136, 138, 142, 147, 149, 153, 155, 157, 161, 163, 165, 171, 172
Offset: 0

Views

Author

N. J. A. Sloane, Dec 06 2020

Keywords

Comments

Suggested by the important sequence A060831, which gives partial sums of A001227.

Crossrefs

A082647 Number of ways n can be expressed as the sum of d consecutive positive integers where d>0 is a divisor of n.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 3, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 2, 2, 1, 3, 1, 1, 2, 1, 3, 2, 1, 1, 2, 2, 1, 3, 1, 1, 4, 1, 1, 2, 2, 2, 2, 1, 1, 3, 2, 2, 2, 1, 1, 3, 1, 1, 4, 1, 2, 3, 1, 1, 2, 3, 1, 3, 1, 1, 3, 1, 3, 2, 1, 2, 3, 1, 1, 3, 2, 1, 2, 2, 1, 4, 3, 1, 2, 1, 2, 2, 1, 2, 4, 2, 1, 2, 1, 2, 4
Offset: 1

Views

Author

Naohiro Nomoto, May 15 2003

Keywords

Comments

Number of ways to write n as the sum of an odd number of consecutive integers. - Vladeta Jovovic, Aug 28 2007
Number of odd divisors of n less than sqrt(2*n). - Vladeta Jovovic, Sep 16 2007
Conjecture: a(n) is also the number of subparts in an octant of the symmetric representation of sigma(n). - Omar E. Pol, Feb 22 2017

Examples

			For n=6: 6 has two ways -- (d=3; 3|6), 1+2+3=6; and (d=1; 1|6), 6=6 -- so a(6)=2.
		

Crossrefs

Programs

  • Maple
    N:= 1000: # to get a(1) to a(N)
    g:= add(x^(k*(2*k-1))/(1-x^(2*k-1)), k=1..floor(sqrt(N/2))):
    S:= series(g,x,N+1):
    seq(coeff(S,x,n),n=1..N); # Robert Israel, Dec 08 2015
  • PARI
    a(n) = my(q = sqrt(2*n)); sumdiv(n, d, (d%2) && (d < q)); \\ Michel Marcus, Jul 04 2014

Formula

G.f.: Sum_{k>0} x^(k*(2*k-1))/(1-x^(2*k-1)). - Vladeta Jovovic, Aug 25 2004
Conjecture: a(n) = A067742(n) + A131576(n). - Omar E. Pol, Feb 22 2017
Conjecture: a(n) = A001227(n) - A131576(n). - Omar E. Pol, Apr 18 2017

A335616 a(n) is twice the number of partitions of n into consecutive parts, minus the number of partitions of n into consecutive parts that contain 1 as a part.

Original entry on oeis.org

1, 2, 3, 2, 4, 3, 4, 2, 6, 3, 4, 4, 4, 4, 7, 2, 4, 6, 4, 4, 7, 4, 4, 4, 6, 4, 8, 3, 4, 8, 4, 2, 8, 4, 8, 5, 4, 4, 8, 4, 4, 8, 4, 4, 11, 4, 4, 4, 6, 6, 8, 4, 4, 8, 7, 4, 8, 4, 4, 8, 4, 4, 12, 2, 8, 7, 4, 4, 8, 8, 4, 6, 4, 4, 12, 4, 8, 7, 4, 4, 10, 4, 4, 8, 8, 4, 8, 4, 4, 12, 7, 4, 8, 4, 8, 4, 4, 6, 12, 6
Offset: 1

Views

Author

Omar E. Pol, Oct 02 2020

Keywords

Comments

a(n) is twice the number of partitions of n into consecutive parts, minus the number of partitions of n into distinct parts such that the greatest part equals the number of all parts.
For a visualization of the sequence, consider a diagram formed for infinitely many double staircases as shown in the Example section.
a(n) is the number of horizontal line segments (or steps) that are only in the n-th level of the structure, starting from the top.
The total length of all vertical line segments that are adjacent and below the steps of the n-th level of the structure equals twice the total number of parts in all partitions of n into consecutive parts.
Note that in the n-th double staircase the top step is located in the level A000217(n), n >= 1, every horizontal line segment has length 1, and every vertical line segment has length n.
a(n) is also the number of horizontal line segments of length 1 or 2 in the n-th level of the similar diagram used to represent the sequence A237593 and other isosceles triangles related to A237593.
a(n) is odd if and only if n is a nonzero triangular number (A000217).
Double-staircases theorem of the sum of divisors: the total number of steps from level n to the top of all the odd-indexed double staircases that have at least one step in the level n, minus the total number of steps from the level n to the top of all the even-indexed double staircases that have at least one step in the level n equals sigma(n) = A000203(n).
The above theorem shows a symmetry of sigma in accordance with the symmetric Dyck Paths described in A237593 and with the pyramid described in A245092.
For the connection with the partitions into consecutive integers see also A196020, since we can see here that A196020(n,k) is also the number of steps in the first n levels of the k-th double staircase that has at least one step in the n-th level of the diagram, otherwise A196020(n,k) = 0. Also, it is the width of the mentioned staircase in n-th level of the diagram.
It appears that odd primes (A065091) are also the levels where there are steps in the staircases 1 and 2, but no step from other staircases.
It appears that powers of 2 (A000079) are also the levels where there are only one or two steps in total.
This sequence could be related to several other sequences (see the Crossrefs section of A262626).

Examples

			Illustration of initial terms:
n   a(n)                               Diagram
                                          _
1     1                                 _|1|_
2     2                               _|1 _ 1|_
3     3                             _|1  |1|  1|_
4     2                           _|1   _| |_   1|_
5     4                         _|1    |1 _ 1|    1|_
6     3                       _|1     _| |1| |_     1|_
7     4                     _|1      |1  | |  1|      1|_
8     2                   _|1       _|  _| |_  |_       1|_
9     6                 _|1        |1  |1 _ 1|  1|        1|_
10    3               _|1         _|   | |1| |   |_         1|_
11    4             _|1          |1   _| | | |_   1|          1|_
12    4           _|1           _|   |1  | |  1|   |_           1|_
13    4         _|1            |1    |  _| |_  |    1|            1|_
14    4       _|1             _|    _| |1 _ 1| |_    |_             1|_
15    7     _|1              |1    |1  | |1| |  1|    1|              1|_
16    2    |1                |     |   | | | |   |     |                1|
...
For n = 6 (above), the total number of steps in all double staircases that have at least one step in the 6th level of the structure is equal to 3, since there are two steps in the first double staircase, there are no steps in the second double staircase, and there is only one step in the third double staircase, so a(3) = 2 + 0 + 1 = 3.
From the theorem (see comments) for n = 6, let s(k) = A196020(6,k) be the total number of steps from level n to the top, in the k-th double staircase that has at least a step in the 6th level of the structure, otherwise s(k) = 0. We have that s(1) = 11, s(2) = 0 and s(3) = 1. So the alternating sum is 11 - 0 + 1 = 12, which equals sigma(6) = 1 + 2 + 3 + 6 = 12.
Note that to evaluate sigma(n), it is sufficient to have only the n-th level of the diagram, since the width of the base level of a double staircase equals the number of its steps. See below:
For n = 6 the 6th level of the above diagram looks like this:
                                _         _         _
                               |1      | |1| |      1|
.
Width of the 1st staircase:    |<-------- 11 ------->|
.
Width of the 3rd staircase:          --->|1|<---
.
The width of the first double staircase is 11, the width of the second double staircase does not count, and the width of the third double staircase is 1, so the alternating sum is 11 - 0 + 1 = 12 = sigma(6).
For n = 15 the alternating sum is 29 - 13 + 7 - 0 + 1 = 24 = sigma(15).
For n = 16 the alternating sum is 31 -  0 + 0 - 0 + 0 = 31 = sigma(16).
For more information about these alternating sums see A196020.
		

Crossrefs

Programs

  • Maple
    N:= 100:
    S := convert(series( add( x^(n*(n+1)/2)*(1 + x^n)/(1 - x^n), n = 1..floor(sqrt(2*N)) ), x, N+1 ), polynom):
    seq(coeff(S, x, n), n = 1..N); # Peter Bala, Jan 20 2021
  • Mathematica
    A335616[n_]:=2DivisorSigma[0,n/2^IntegerExponent[n,2]]-Boole[IntegerQ[(Sqrt[8n+1]-1)/2]];Array[A335616,100] (* Paolo Xausa, Sep 03 2023 *)

Formula

a(n) = 2*A001227(n) - A010054(n).
a(n) = A054844(n) - A010054(n).
a(n) = 2*A136107(n) + A010054(n). - Omar E. Pol, Nov 27 2020
G.f.: Sum_{n >= 1} x^(n*(n+1)/2)*(1 + x^n)/(1 - x^n). Cf. A000005 with g.f. Sum_{n >= 1} x^(n^2)*(1 + x^n)/(1 - x^n). - Peter Bala, Jan 20 2021

Extensions

Simpler definition from Omar E. Pol, Nov 27 2020

A054844 Number of ways to write n as the sum of any number of consecutive integers (including the trivial one-term sum n = n).

Original entry on oeis.org

2, 2, 4, 2, 4, 4, 4, 2, 6, 4, 4, 4, 4, 4, 8, 2, 4, 6, 4, 4, 8, 4, 4, 4, 6, 4, 8, 4, 4, 8, 4, 2, 8, 4, 8, 6, 4, 4, 8, 4, 4, 8, 4, 4, 12, 4, 4, 4, 6, 6, 8, 4, 4, 8, 8, 4, 8, 4, 4, 8, 4, 4, 12, 2, 8, 8, 4, 4, 8, 8, 4, 6, 4, 4, 12, 4, 8, 8, 4, 4, 10, 4, 4, 8, 8, 4, 8, 4, 4, 12, 8, 4, 8, 4, 8, 4, 4, 6, 12, 6
Offset: 1

Views

Author

Henry Bottomley, Apr 13 2000

Keywords

Comments

a(n) = twice the number of odd divisors of n. That is, if d is the divisor function and q is the exponent of the largest power of 2 dividing n, then the a(n) equals 2*d(n)/(q+1). - Andrew Niedermaier, Jul 20 2003
Moebius transform is period 2 sequence [2, 0, ...]. - Michael Somos, Sep 20 2005
a(n) is twice the number of partitions of n into consecutive parts. - Omar E. Pol, Nov 28 2020

Examples

			a(3) = 4 because 3 = (-2)+(-1)+0+1+2+3 or 0+1+2 or 1+2 or 3; a(13) = 4 because 13 = (-12)+...+13 or (-5)+...+7 or 6+7 or 13.
From _Omar E. Pol_, Nov 28 2020: (Start)
Illustration of initial terms:
                                        Diagram
n   a(n)                                  _ _
1     2                                 _|1 1|_
2     2                               _|1 _ _ 1|_
3     4                             _|1  |1 1|  1|_
4     2                           _|1   _|   |_   1|_
5     4                         _|1    |1 _ _ 1|    1|_
6     4                       _|1     _| |1 1| |_     1|_
7     4                     _|1      |1  |   |  1|      1|_
8     2                   _|1       _|  _|   |_  |_       1|_
9     6                 _|1        |1  |1 _ _ 1|  1|        1|_
10    4               _|1         _|   | |1 1| |   |_         1|_
11    4             _|1          |1   _| |   | |_   1|          1|_
12    4           _|1           _|   |1  |   |  1|   |_           1|_
13    4         _|1            |1    |  _|   |_  |    1|            1|_
14    4       _|1             _|    _| |1 _ _ 1| |_    |_             1|_
15    8     _|1              |1    |1  | |1 1| |  1|    1|              1|_
16    2    |1                |     |   | |   | |   |     |                1|
...
a(n) is the number of horizontal toothpicks in the n-th level of the diagram. (End)
		

Crossrefs

Programs

  • PARI
    a(n)=2*sumdiv(n,d,d%2)
    
  • PARI
    A054844(n) = (2*numdiv(n>>valuation(n, 2))); \\ Antti Karttunen, Sep 27 2018

Formula

a(n) = 2*A001227(n). - Andrew Niedermaier, Jul 20 2003
G.f.: Sum_{k>0} 2x^k/(1-x^(2k)) = Sum_{k>0} 2x^(2k-1)/(1-x^(2k-1)). - Michael Somos, Sep 20 2005
a(n) = A010054(n) + A335616(n). - Omar E. Pol, Nov 28 2020

Extensions

Corrected and extended by Michael Somos, Apr 26 2000
Showing 1-4 of 4 results.