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!)
A357390 Numbers k such that A071626(k) > A071626(k+1). 3
64, 113, 132, 151, 216, 247, 278, 309, 340, 371, 402, 422, 433, 469, 515, 558, 601, 644, 687, 730, 731, 773, 792, 816, 853, 859, 914, 975, 1021, 1036, 1094, 1097, 1129, 1156, 1158, 1167, 1219, 1240, 1242, 1244, 1280, 1313, 1327, 1341, 1355, 1386, 1402, 1410, 1459 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: This sequence has an asymptotic density 0.028..., which is the same as the asymptotic density of A357388 (see A357385).
LINKS
EXAMPLE
64 is a term since A071626(64) = 9 > A071626(65) = 8.
MATHEMATICA
s[n_] := Length[Union[FactorInteger[n!][[;; , 2]]]]; s[1]=0; Select[Range[1500], s[#] > s[# + 1] &]
CROSSREFS
Sequence in context: A118158 A264590 A221258 * A195678 A029777 A145464
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 26 2022
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 13 02:50 EDT 2024. Contains 374265 sequences. (Running on oeis4.)