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!)
A084111 Numbers m such that A084110(m) = m. 4
1, 2, 3, 5, 7, 11, 13, 16, 17, 19, 23, 29, 31, 37, 41, 43, 47, 48, 53, 59, 61, 67, 71, 73, 79, 80, 81, 83, 89, 97, 101, 103, 107, 109, 112, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Primes are a subsequence; see A084112 for nonprimes.
A084110(a(n)) = a(n). - Reinhard Zumkeller, Jul 31 2014
LINKS
PROG
(Haskell)
a084111 n = a084111_list !! (n-1)
a084111_list = [x | x <- [1..], a084110 x == x]
-- Reinhard Zumkeller, Jul 31 2014
CROSSREFS
Cf. A084110, union of A000040 and A084112.
Sequence in context: A026478 A211485 A154893 * A171474 A323520 A176548
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 12 2003
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 July 26 18:12 EDT 2024. Contains 374636 sequences. (Running on oeis4.)