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.

A064679 A Beatty sequence for 10*i^i.

This page as a plain text file.
%I A064679 #8 Jun 21 2018 01:59:33
%S A064679 1,3,5,7,9,11,13,15,17,19,21,23,25,26,28,30,32,34,36,38,40,42,44,46,
%T A064679 48,50,52,53,55,57,59,61,63,65,67,69,71,73,75,77,79,80,82,84,86,88,90,
%U A064679 92,94,96,98,100,102,104,105,107,109,111,113,115,117,119,121,123,125,127
%N A064679 A Beatty sequence for 10*i^i.
%C A064679 ii = 10Chop[ N[ I^I, 24], 10^-30]; Table[ Floor[ n*ii/(ii - 1) ], {n, 1, 70} ]
%H A064679 Harry J. Smith, <a href="/A064679/b064679.txt">Table of n, a(n) for n = 1..2000</a>
%o A064679 (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
%Y A064679 Cf. A064676.
%K A064679 easy,nonn
%O A064679 1,2
%A A064679 _Robert G. Wilson v_, Oct 16 2001