The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064676 A Beatty sequence for 10*i^i. 2

%I #10 Jul 22 2023 17:06:54

%S 2,4,6,8,10,12,14,16,18,20,22,24,27,29,31,33,35,37,39,41,43,45,47,49,

%T 51,54,56,58,60,62,64,66,68,70,72,74,76,78,81,83,85,87,89,91,93,95,97,

%U 99,101,103,106,108,110,112,114,116,118,120,122,124,126,128,130,133

%N A Beatty sequence for 10*i^i.

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

%H Harry J. Smith, <a href="/A064676/b064676.txt">Table of n, a(n) for n = 1..2000</a>

%o (PARI) { default(realprecision, 100); b=10*real(I^I); for (n = 1, 2000, write("b064676.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Sep 21 2009

%Y Cf. A064679, A049006.

%K easy,nonn

%O 1,1

%A _Robert G. Wilson v_, Oct 16 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 07:52 EDT 2024. Contains 373253 sequences. (Running on oeis4.)