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!)
A161188 Let S = A089237\{0} = union of primes and nonzero squares; sequence gives indices of primes. 3
2, 3, 5, 6, 8, 9, 11, 12, 13, 15, 16, 18, 19, 20, 21, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A089237(a(n)+1) = A000040(n). - Reinhard Zumkeller, Dec 18 2012
LINKS
FORMULA
a(n) = floor(sqrt(prime(n))) + n. - Ilya Gutkovskiy, Feb 16 2017
PROG
(Haskell)
a161188 n = a161188_list !! (n-1)
a161188_list = map (+ 1) $ findIndices ((== 1) . a010051) $ tail a089237_list
-- Reinhard Zumkeller, Dec 18 2012
CROSSREFS
Cf. A089237. Complement of A161187.
Cf. A050051.
Sequence in context: A051837 A026371 A187335 * A184117 A184624 A093001
KEYWORD
easy,nonn
AUTHOR
Daniel Tisdale, Jun 06 2009
EXTENSIONS
Edited by N. J. A. Sloane, Jun 07 2009
Extended by Ray Chandler, May 06 2010
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)