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!)
A077040 Primes p such that abs(A077039(A049084(p))) <= p. 3
2, 3, 5, 7, 13, 17, 19, 29, 31, 37, 43, 47, 53, 59, 61, 67, 73, 97, 101, 103, 109, 113, 127, 137, 149, 157, 181, 193, 197, 199, 281, 293, 317, 337, 349, 353, 359, 373, 397, 401, 419, 431, 439, 443, 449, 467, 479, 617, 677, 709, 773, 797, 809, 811, 821, 823, 829 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Haskell)
import Data.List (findIndices)
a077040 n = a077040_list !! (n-1)
a077040_list = map (a000040 . (+ 1)) $ findIndices (<= 0) $
zipWith (\s p -> abs s - p) a077039_list a000040_list
-- Reinhard Zumkeller, Feb 28 2012
CROSSREFS
Sequence in context: A134204 A134207 A133244 * A153503 A049587 A293008
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 21 2002
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)