login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061716 Binary order of n-th prime. 1
1, 2, 3, 3, 4, 4, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Apart from the first terms, the same as A035100. [From R. J. Mathar, Oct 02 2008]

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

FORMULA

a(n)=Ceiling[Log[2, Prime[n]]]=A029837(A000040(n)).

PROG

(PARI) { default(realprecision, 100); n=0; t=1/log(2); forprime (p=2, prime(2000), write("b061716.txt", n++, " ", ceil(t*log(p))) ) } [From Harry J. Smith, Jul 26 2009]

CROSSREFS

Cf. A029837, A000040, A003070, A045716, A045716, A036378.

Sequence in context: A056792 A130500 A072073 * A126236 A198194 A073047

Adjacent sequences:  A061713 A061714 A061715 * A061717 A061718 A061719

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 20 2001

EXTENSIONS

OFFSET changed from 0,2 to 1,2 by Harry J. Smith, Jul 26 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 20 01:19 EDT 2013. Contains 225445 sequences.