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-5 of 5 results.

A131577 Zero followed by powers of 2 (cf. A000079).

Original entry on oeis.org

0, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824, 2147483648, 4294967296, 8589934592
Offset: 0

Views

Author

Paul Curtz, Aug 29 2007, Dec 06 2007

Keywords

Comments

A000079 is the main entry for this sequence.
Binomial transform of A000035.
Essentially the same as A034008 and A000079.
a(n) = a(n-1)-th even natural numbers (A005846) for n > 1. - Jaroslav Krizek, Apr 25 2009
Where record values greater than 1 occur in A083662: A000045(n)=A083662(a(n)). - Reinhard Zumkeller, Sep 26 2009
Number of compositions of natural number n into parts >0.
The signed sequence 0, 1, -2, 4, -8, 16, -32, 64, -128, 256, -512, 1024, ... is the Lucas U(-2,0) sequence. - R. J. Mathar, Jan 08 2013
In computer programming, these are the only unsigned numbers such that k&(k-1)=0, where & is the bitwise AND operator and numbers are expressed in binary. - Stanislav Sykora, Nov 29 2013
Also the 0-additive sequence: a(n) is the smallest number larger than a(n-1) which is not the sum of any subset of earlier terms, with initial values {0, 1, 2}. - Robert G. Wilson v, Jul 12 2014
Also the smallest nonnegative superincreasing sequence: each term is larger than the sum of all preceding terms. Indeed, an equivalent definition is a(0)=0, a(n+1)=1+sum_{k=0..n} a(k). - M. F. Hasler, Jan 13 2015

References

  • Mohammad K. Azarian, A Generalization of the Climbing Stairs Problem, Mathematics and Computer Education Journal, Vol. 31, No. 1, pp. 24-28, Winter 1997.

Crossrefs

Programs

Formula

a(n) = floor(2^(n-1)). - Robert G. Wilson v, Sep 02 2007
G.f.: x/(1-2*x); a(n) = (2^n-0^n)/2. - Paul Barry, Jan 05 2009
E.g.f.: exp(x)*sinh(x). - Geoffrey Critzer, Oct 28 2012
E.g.f.: x/T(0) where T(k) = 4*k+1 - x/(1 + x/(4*k+3 - x/(1 + x/T(k+1) ))); (continued fraction). - Sergei N. Gladkovskii, Mar 17 2013
a(n) = Sum_{k=0..floor((n+1)/2)} binomial(n, 2*k-1). - Taras Goy, Jan 02 2025

Extensions

More terms from Robert G. Wilson v, Sep 02 2007
Edited by N. J. A. Sloane, Sep 13 2007
Edited by M. F. Hasler, Jan 13 2015

A186673 Total number of positive integers below 10^n requiring 14 positive biquadrates in their representation as sum of biquadrates.

Original entry on oeis.org

0, 6, 66, 698, 6833, 66965, 667080, 6667198, 66667327, 666667454, 6666667590
Offset: 1

Views

Author

Martin Renner, Feb 25 2011

Keywords

Comments

A114322(n) + A186649(n) + A186651(n) + A186653(n) + A186655(n) + A186657(n) + A186659(n) + A186661(n) + A186663(n) + A186665(n) + A186667(n) + A186669(n) + A186671(n) + a(n) + A186675(n) + A186677(n) + A186680(n) + A186682(n) + A186684(n) = A002283(n)

Crossrefs

Extensions

a(5)-a(6) from Lars Blomberg, May 08 2011
a(7) from Charles R Greathouse IV, May 08 2011
a(8)-a(9) from Hiroaki Yamanouchi, Oct 13 2014
a(10)-a(11) from Giovanni Resta, Apr 29 2016

A186674 Total number of n-digit numbers requiring 14 positive biquadrates in their representation as sum of biquadrates.

Original entry on oeis.org

0, 6, 60, 632, 6135, 60132, 600115, 6000118, 60000129, 600000127, 6000000136
Offset: 1

Views

Author

Martin Renner, Feb 25 2011

Keywords

Comments

A102831(n) + A186650(n) + A186652(n) + A186654(n) + A186656(n) + A186658(n) + A186660(n) + A186662(n) + A186664(n) + A186666(n) + A186668(n) + A186670(n) + A186672(n) + a(n) + A186676(n) + A186678(n) + A186681(n) + A186683(n) + A186685(n) = A052268(n), for n>1.

Crossrefs

Formula

a(n) = A186673(n) - A186673(n-1).

Extensions

a(5)-a(11) from Giovanni Resta, Apr 29 2016

A046046 Sum of 15 but no fewer nonzero fourth powers.

Original entry on oeis.org

15, 30, 45, 60, 75, 95, 110, 125, 140, 155, 175, 190, 205, 220, 235, 240, 255, 270, 285, 300, 315, 335, 350, 365, 380, 395, 415, 430, 445, 460, 475, 480, 495, 510, 525, 540, 555, 575, 590, 605, 620, 639, 655, 670, 685, 700, 719, 720, 735, 750, 765, 780, 799
Offset: 1

Views

Author

Keywords

Crossrefs

Extensions

More terms from Arlin Anderson (starship1(AT)gmail.com)

A047725 Sum of 14 nonzero fourth powers.

Original entry on oeis.org

14, 29, 44, 59, 74, 89, 94, 104, 109, 119, 124, 134, 139, 149, 154, 164, 169, 174, 179, 184, 189, 194, 199, 204, 209, 214, 219, 224, 229, 234, 244, 249, 254, 259, 264, 269, 274, 279, 284, 289, 294, 299, 309, 314, 324, 329, 334, 339, 344, 349, 354, 359, 364
Offset: 1

Views

Author

Arlin Anderson (starship1(AT)gmail.com)

Keywords

Crossrefs

Showing 1-5 of 5 results.