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!)
A081382 a(1) = 1, for n > 1 a(n) = Min{x > n, A008472(x) = A008472(n)}. 3
1, 4, 9, 8, 6, 12, 10, 16, 27, 20, 121, 18, 22, 28, 45, 32, 210, 24, 34, 40, 30, 44, 273, 25, 36, 52, 81, 56, 399, 60, 58, 64, 70, 68, 42, 48, 435, 76, 55, 49, 651, 84, 82, 88, 75, 92, 777, 54, 50, 80, 91, 104, 903, 72, 66, 98, 85, 116, 1645, 63, 118, 124, 90, 128, 77, 117 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Differs from A065642, a(n) <= A065642(n).
LINKS
MATHEMATICA
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] spf[x_] := Apply[Plus, ba[x]] Table[Min[Flatten[Position[Table[spf[w], {w, n+1, n^2}]-spf[n], 0]]+n], {n, 1, 100}]
PROG
(Haskell)
a081382 1 = 1
a081382 n = head [x | let sopf = a008472 n, x <- [n+1..], a008472 x == sopf]
-- Reinhard Zumkeller, Jun 12 2015
CROSSREFS
Sequence in context: A199203 A371500 A197580 * A188658 A248803 A019784
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 26 2003
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)