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
2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
ii = 10Chop[ N[ I^I, 24], 10^-30]; Table[ Floor[n*ii], {n, 1, 70} ]
LINKS
PROG
(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
CROSSREFS
Sequence in context: A323288 A322131 A209211 * A147819 A230201 A059534
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Oct 16 2001
STATUS
approved

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 May 15 02:15 EDT 2024. Contains 372536 sequences. (Running on oeis4.)