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

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

A070762 n for which floor((4/3)^n) is prime.

Original entry on oeis.org

3, 4, 6, 7, 9, 10, 11, 12, 38, 42, 59, 96, 154, 171, 211, 313, 465, 563, 1040, 1176, 1213, 1431, 1519, 1987, 2527, 3033, 4039, 4209, 4358, 5109, 5251, 6642, 19200, 25275, 42589, 43025, 49294, 58585, 66290, 77458, 80409, 86533, 94192, 110452, 115166, 124470
Offset: 1

Views

Author

Eric W. Weisstein, May 04 2002

Keywords

References

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

Crossrefs

Programs

  • Mathematica
    Do[ If[ PrimeQ[ Floor[(4/3)^n]], Print[n]], {n, 1, 17500}]
    Select[Range[7000],PrimeQ[Floor[(4/3)^#]]&] (* The program generates the first 32 terms of the sequence. *) (* Harvey P. Dale, Oct 02 2024 *)

Extensions

Corrected by Robert G. Wilson v, Jan 15 2003
More terms from Ryan Propper, Jan 25 2008

A070761 Values of floor((4/3)^n) that are composite.

Original entry on oeis.org

4, 9, 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, 74577, 99437, 132583, 235703, 314271, 419028, 558704, 744938, 993251, 1324335, 1765780, 2354374
Offset: 1

Views

Author

Eric W. Weisstein, May 04 2002

Keywords

References

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

Crossrefs

Programs

  • Mathematica
    Select[Rest[Union[Floor[(4/3)^Range[80]]]],!PrimeQ[#]&] (* Harvey P. Dale, Sep 23 2011 *)
Showing 1-3 of 3 results.