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

A002379 a(n) = floor(3^n / 2^n).

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 11, 17, 25, 38, 57, 86, 129, 194, 291, 437, 656, 985, 1477, 2216, 3325, 4987, 7481, 11222, 16834, 25251, 37876, 56815, 85222, 127834, 191751, 287626, 431439, 647159, 970739, 1456109, 2184164, 3276246, 4914369, 7371554, 11057332
Offset: 0

Views

Author

Keywords

Comments

It is an important unsolved problem related to Waring's problem to show that a(n) = floor((3^n-1)/(2^n-1)) holds for all n > 1. This has been checked for 10000 terms and is true for all sufficiently large n, by a theorem of Mahler. [Lichiardopol]
a(n) = floor((3^n-1)/(2^n-1)) holds true at least for 2 <= n <= 305000. - Hieronymus Fischer, Dec 31 2008
a(n) is also the curve length (rounded down) of the Sierpiński arrowhead curve after n iterations, let a(0) = 1. - Kival Ngaokrajang, May 21 2014
a(n) is composite infinitely often (Forman and Shapiro). More exactly, a(n) is divisible by at least one of 2, 5, 7 or 11 infinitely often (Dubickas and Novikas). - Tomohiro Yamada, Apr 15 2017

References

  • R. K. Guy, Unsolved Problems in Number Theory, E19.
  • D. H. Lehmer, Guide to Tables in the Theory of Numbers. Bulletin No. 105, National Research Council, Washington, DC, 1941, p. 82.
  • S. S. Pillai, On Waring's problem, J. Indian Math. Soc., 2 (1936), 16-44.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A046037, A070758, A070759, A067904 (Composites and Primes).
Cf. A064628 (an analog for 4/3).

Programs

Formula

a(n) = b(n) - (-2/3)^n where b(n) is defined by the recursion b(0):=2, b(1):=5/6, b(n+1):=(5/6)*b(n) + b(n-1). - Hieronymus Fischer, Dec 31 2008
a(n) = (1/2)*(b(n) + sqrt(b(n)^2 - (-4)^n)) (with b(n) as defined above). - Hieronymus Fischer, Dec 31 2008
3^n = a(n)*2^n + A002380(n). - R. J. Mathar, Oct 26 2012
a(n) = -(1/2) + (3/2)^n + arctan(cot((3/2)^n Pi)) / Pi. - Fred Daniel Kline, Apr 14 2018
a(n+1) = round( -(1/2) + (3^n-1)/(2^n-1) ). - Fred Daniel Kline, Apr 14 2018

Extensions

More terms from Robert G. Wilson v, May 11 2004

A064628 a(n) = floor((4/3)^n).

Original entry on oeis.org

1, 1, 1, 2, 3, 4, 5, 7, 9, 13, 17, 23, 31, 42, 56, 74, 99, 133, 177, 236, 315, 420, 560, 747, 996, 1328, 1771, 2362, 3149, 4199, 5599, 7466, 9954, 13273, 17697, 23596, 31462, 41950, 55933, 74577, 99437, 132583, 176777, 235703, 314271, 419028, 558704
Offset: 0

Views

Author

Labos Elemer, Oct 01 2001

Keywords

Comments

a(n) is the perimeter of a hexaflake (rounded down) after n iterations. The total number of holes = A000420(n) - 1. The total number of irregular polygon holes = A000420(n-1) - 1. The total number of triangle holes = 6*A000420(n-1). - Kival Ngaokrajang, Apr 18 2014
a(n) is composite infinitely often (Forman and Shapiro). More exactly, a(n) is divisible by at least one of 2, 3, 5 infinitely often (Dubickas and Novikas). - Tomohiro Yamada, Apr 15 2017

References

  • R. K. Guy, Unsolved Problems in Number Theory, E19.

Crossrefs

Cf. A046038, A070761, A070762, A067905 (Composites and Primes).

Programs

Extensions

More terms from Robert G. Wilson v, May 26 2004
OFFSET changed from 1 to 0 by Harry J. Smith, Sep 20 2009

A065565 a(n) = floor((5/4)^n).

Original entry on oeis.org

1, 1, 1, 1, 2, 3, 3, 4, 5, 7, 9, 11, 14, 18, 22, 28, 35, 44, 55, 69, 86, 108, 135, 169, 211, 264, 330, 413, 516, 646, 807, 1009, 1262, 1577, 1972, 2465, 3081, 3851, 4814, 6018, 7523, 9403, 11754, 14693, 18367, 22958, 28698, 35873, 44841, 56051, 70064, 87581
Offset: 0

Views

Author

Benoit Cloitre, Nov 30 2001

Keywords

Comments

a(n) is also the curvature (rounded down) of the circle inscribed in the n-th 3:4:5 triangle arranged in a spiral as shown in the illustration in the links section. - Kival Ngaokrajang, Aug 21 2013
By the result of Dubickas and Novikas, a(n) is divisible by at least one of 2, 3, 7, 11, 13 infinitely often, so that a(n) is composite infinitely often. - Tomohiro Yamada, Apr 23 2017

Crossrefs

Cf. A064628. - Tomohiro Yamada, Apr 23 2017

Programs

Extensions

Edited by N. J. A. Sloane at the suggestion of Stefan Steinerberger, Jun 20 2007
Offset changed from 1 to 0 by Harry J. Smith, Oct 22 2009

A091946 a(n) = floor(11^n/10^n).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 7, 8, 8, 9, 10, 11, 13, 14, 15, 17, 19, 21, 23, 25, 28, 30, 34, 37, 41, 45, 49, 54, 60, 66, 72, 80, 88, 97, 106, 117, 129, 142, 156, 171, 189, 207, 228, 251, 276, 304, 334, 368, 405, 445, 490, 539, 593, 652, 717, 789
Offset: 0

Views

Author

Reinhard Zumkeller, Feb 16 2004

Keywords

Examples

			a(2) = floor(1.1^2) = floor(1.21) = 1.
		

Crossrefs

Programs

  • Magma
    [Floor(11^n / 10^n): n in [0..70]]; // Vincenzo Librandi, Sep 08 2011
  • Mathematica
    Table[ Floor[(11/10)^n], {n, 0, 70}]

Formula

a(n) = floor(1.1^n) = floor(A001020(n)/A011557(n)).

Extensions

More terms from Robert G. Wilson v, May 26 2004

A175406 The greatest integer k such that (1+1/n)^k <= 2.

Original entry on oeis.org

1, 1, 2, 3, 3, 4, 5, 5, 6, 7, 7, 8, 9, 10, 10, 11, 12, 12, 13, 14, 14, 15, 16, 16, 17, 18, 19, 19, 20, 21, 21, 22, 23, 23, 24, 25, 25, 26, 27, 28, 28, 29, 30, 30, 31, 32, 32, 33, 34, 35, 35, 36, 37, 37, 38, 39, 39, 40, 41, 41, 42, 43, 44, 44, 45, 46, 46, 47, 48, 48, 49, 50, 50, 51
Offset: 1

Views

Author

Zak Seidov, May 01 2010

Keywords

Comments

The sequence of first differences consists of zeros and ones, with no two consecutive zeros and no more than three consecutive ones.

Crossrefs

Cf. A094500.

Programs

  • Mathematica
    Table[Floor[Log[(1+1/n),2]],{n,200}]
  • PARI
    a(n)=log(2)\log(1+1/n) \\ Charles R Greathouse IV, Apr 03 2012

Formula

a(n) = n log 2 + O(1). Conjecture: a(n) = floor((n + 1/2) log 2). - Charles R Greathouse IV, Apr 03 2012

Extensions

Name corrected (to match terms) by Jon E. Schoenfield, Apr 23 2014

A377206 a(n) = ceiling(log(1/n)/log(1 - 1/n)).

Original entry on oeis.org

1, 3, 5, 8, 10, 13, 16, 19, 22, 26, 29, 33, 36, 40, 43, 47, 51, 55, 59, 63, 67, 71, 75, 79, 84, 88, 92, 96, 101, 105, 110, 114, 119, 123, 128, 132, 137, 142, 146, 151, 156, 160, 165, 170, 175, 180, 184, 189, 194, 199, 204, 209, 214, 219, 224, 229, 234
Offset: 2

Views

Author

Walter Robinson, Oct 19 2024

Keywords

Comments

This sequence also describes the minimum number of n-player games, where each player has an equal chance of winning, that must be played for a given player to have an equal or greater chance of winning at least once than they have of losing a single game.

Crossrefs

Programs

  • Mathematica
    Table[Ceiling[Log[1/n]/Log[1-1/n]], {n,2,58}] (* James C. McMahon, Nov 04 2024 *)

Formula

a(n) = A031435(n-1) + 1 for n >= 3.
Showing 1-6 of 6 results.