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

A064679 A Beatty sequence for 10*i^i.

Original entry on oeis.org

1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127
Offset: 1

Views

Author

Robert G. Wilson v, Oct 16 2001

Keywords

Comments

ii = 10Chop[ N[ I^I, 24], 10^-30]; Table[ Floor[ n*ii/(ii - 1) ], {n, 1, 70} ]

Crossrefs

Cf. A064676.

Programs

  • PARI
    { default(realprecision, 100); ii=10*real(I^I); b=ii/(ii - 1); for (n = 1, 2000, write("b064679.txt", n, " ", floor(n*b)) ) } \\ Harry J. Smith, Sep 22 2009
Showing 1-1 of 1 results.