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!)
A259262 Fixed points in A083275. 1
4, 10, 15, 35, 116, 242, 396 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A083275(n) = n.
a(8) > 1200. - Giovanni Resta, Jun 23 2015
LINKS
PROG
(PARI) v=[3]; n=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. A083275.
Sequence in context: A360557 A005662 A337294 * A218211 A302197 A190965
KEYWORD
nonn,hard,more
AUTHOR
Derek Orr, Jun 22 2015
EXTENSIONS
a(7) from Giovanni Resta, Jun 23 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 August 24 21:46 EDT 2024. Contains 375417 sequences. (Running on oeis4.)