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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144570 Nonprime(prime(n)). 4
1, 4, 8, 10, 16, 20, 25, 27, 33, 40, 44, 51, 56, 58, 64, 72, 80, 82, 90, 94, 96, 105, 111, 118, 126, 132, 134, 140, 142, 146, 164, 169, 176, 178, 190, 194, 202, 208, 213, 219, 226, 230, 243, 245, 249, 252, 266, 282, 287, 289, 294, 300, 302, 315, 322, 328, 335 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

The nonprimes A141468 at prime indices. [From Juri-Stepan Gerasimov, Jul 22 2011]

LINKS

Table of n, a(n) for n=1..57.

FORMULA

a(n)=A141468(A000040(n)).

EXAMPLE

If n=1, then a(1)=nonprime(prime(1))=nonprime(2)=1. If n=2, then a(2)=nonprime(prime(2))=nonprime( 3)=4. If n=3, then a(3)=nonprime(prime(3))=nonprime(5)=8, etc.

MAPLE

A141468 := proc(n) option remember ; if n <= 2 then n-1 ; else for a from procname(n-1)+1 do if not isprime(a) then return a; end if; end do: end if; end proc: A144570 := proc(n) A141468(ithprime(n)) ; end proc: seq(A144570(n), n=1..100) ; [From R. J. Mathar, Mar 18 2010]

CROSSREFS

Cf. A000040, A141468.

Sequence in context: A153975 A020169 A082934 * A036311 A020209 A046559

Adjacent sequences:  A144567 A144568 A144569 * A144571 A144572 A144573

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov, Jan 07 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 21 18:02 EDT 2013. Contains 225504 sequences.