The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A262360 Fixed points of A262356 and of A262358. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 42, 4410, 3060996 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A261466(a(n)) = a(n).
LINKS
PROG
(Haskell)
a262360 n = a262360_list !! (n-1)
a262360_list = [x | x <- [1..], a262356 x == x]
CROSSREFS
Sequence in context: A004852 A342046 A078546 * A004863 A055648 A004874
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Sep 19 2015
EXTENSIONS
a(15) from Alois P. Heinz, Sep 20 2015
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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)