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!)
A259261 Fixed points in A073673. 0
1, 2, 3, 13, 39, 55, 527, 776, 910, 942 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A073673(k) = k.
a(8) > 750. - R. J. Mathar, Jul 14 2015
LINKS
PROG
(PARI) v=[1]; n=1; print1(1, ", "); while(#v<300, s=1+n*prod(i=1, #v, v[i]); if(ispseudoprime(s)&&!vecsearch(vecsort(v), n), v=concat(v, n); if(n==#v, print1(n, ", ")); n=0); n++)
CROSSREFS
Cf. A073673.
Sequence in context: A100424 A347537 A289549 * A141511 A235615 A117528
KEYWORD
nonn,more,hard
AUTHOR
Derek Orr, Jun 22 2015
EXTENSIONS
a(8)-a(10) from Michael S. Branicky, May 19 2023
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 March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)