Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060419
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060419 floor[3^log2(n)]. +0
1
0, 1, 3, 5, 9, 12, 17, 21, 27, 32, 38, 44, 51, 58, 65, 73, 81, 89, 97, 106, 115, 124, 134, 143, 154, 164, 174, 185, 196, 207, 219, 231, 243, 255, 267, 280, 292, 305, 319, 332, 346, 359, 373, 388, 402, 417, 431, 446, 462, 477, 492, 508, 524, 540, 556, 573, 589 (list; graph; listen)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

FORMULA

a(n) = floor[n^log2(3)] where log2(3) = 1.58496250...

PROGRAM

(PARI) { default(realprecision, 100); t=1/log(2); for (n=0, 1000, if (n==0, a=0, a=floor(3^(log(n)*t) + 0.0000001)); write("b060419.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 04 2009]

CROSSREFS

Cf. A006046 which shares the property that a(2^k)=3^k.

Sequence in context: A006282 A086845 A127722 this_sequence A005766 A046746 A058599

Adjacent sequences: A060416 A060417 A060418 this_sequence A060420 A060421 A060422

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Apr 05 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research