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!)
A100392 Numbers k such that A006530(k-1) < A006530(k) > A006530(k+1). 3
3, 5, 7, 11, 13, 17, 19, 23, 26, 29, 31, 34, 37, 41, 43, 47, 49, 51, 53, 55, 59, 61, 65, 67, 69, 71, 73, 76, 79, 83, 86, 89, 94, 97, 99, 101, 103, 107, 109, 111, 113, 116, 118, 122, 127, 129, 131, 134, 137, 139, 142, 146, 149, 151, 155, 157, 161, 163, 167, 173, 179 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A006530(k) is the largest prime factor of k.
The sequence contains all odd primes.
LINKS
FORMULA
a(n) = A082417(n) + 1. - T. D. Noe, Nov 26 2007
EXAMPLE
26 is here because the largest prime factors of 25, 26, 27 are 5, 13, 3.
MATHEMATICA
<<NumberTheory`NumberTheoryFunctions` mxp[x_] :=Max[PrimeFactorList[x]]; ta={{0}}; Do[s1=mxp[n-1]; s=mxp[n]; s2=mxp[n+1]; If[Greater[s, s1]&&Greater[s, s2], Print[{n, {s1, s, s2}}]; ta=Append[ta, n]], {n, 1, 1000}]ta=Delete[ta, 1]
With[{lpfs=Table[FactorInteger[n][[-1, 1]], {n, 200}]}, Flatten[Position[ Partition[ lpfs, 3, 1], _?(First[#]<#[[2]]>Last[#]&), {1}, Heads-> False]]+ 1] (* Harvey P. Dale, Feb 22 2014 *)
CROSSREFS
Sequence in context: A332075 A122089 A109860 * A309203 A176847 A067019
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 14 2004
EXTENSIONS
Edited by Don Reble, Jun 13 2007
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 April 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)