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!)
A075381 Fixed points of A075380. 5
1, 4, 14, 26, 34, 41, 51, 64, 71, 77, 87, 90, 93, 111, 115, 123, 132, 134, 141, 144, 146, 149, 159, 162, 165, 168, 171, 173, 177, 180, 190, 197, 219, 223, 231, 240, 242, 258, 260, 265, 266, 273, 276, 278, 287, 290, 293, 305, 317, 330, 332, 348, 350, 365, 371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A075380(a(n))=a(n); A167901(a(n))=a(n); A167902(a(n))=a(n). [Reinhard Zumkeller, Nov 15 2009]
LINKS
PROG
(PARI) print1(1, ", "); v=[1]; n=1; while(n<10^3, if(!issquarefree(n+v[#v])&&!vecsearch(vecsort(v), n), v=concat(v, n); if(n==#v, print1(n, ", ")); n=0); n++) \\ Derek Orr, Jun 09 2015
CROSSREFS
Cf. A075380.
Sequence in context: A094930 A289665 A080286 * A030572 A175680 A094320
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 22 2002
EXTENSIONS
More terms from David Wasserman, Jan 17 2005
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 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)