Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A163468
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A163468 Indices n such that half of nth nonprime is prime +0
1
3, 4, 7, 9, 15, 18, 24, 27, 33, 43, 45, 54, 61, 64, 71, 80, 89, 93, 103, 109, 113, 122, 129, 139, 151, 157, 161, 168, 172, 179, 201, 208, 217, 220, 237, 241, 250, 261, 268, 279, 288, 291, 308, 311, 318, 321, 341, 361, 368, 371, 377, 388, 391, 408, 418, 428, 440 (list; graph; listen)
OFFSET

1,1

COMMENT

Here nth nonprime = A141468(n).

FORMULA

a(n)=2+A065897(n). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 01 2009]

EXAMPLE

If nonprime(3)=4 and 4/2=2=prime, then 3=a(1). If nonprime(4)=6 and 6/2=3=prime, then 4=a(2). If nonprime(7)=10 and 10/2=5=prime, then 7=a(3).

MAPLE

A141468 := proc(n) option remember ; if n = 1 then 0; else for a from procname(n-1)+1 do if not isprime(a) then RETURN(a) ; fi; od: fi; end: for n from 1 to 600 do npr := A141468(n) ; if type(npr, 'even') then if isprime(npr/2) then printf("%d, ", n) ; fi; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 01 2009]

CROSSREFS

Cf. A000027, A000040, A141468.

Sequence in context: A008763 A005896 A147953 this_sequence A069183 A119907 A158911

Adjacent sequences: A163465 A163466 A163467 this_sequence A163469 A163470 A163471

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jul 28 2009

EXTENSIONS

a(8) corrected by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 01 2009

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research