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!)
A081332 Numbers having a unique partition into two 3-smooth numbers. 2
2, 3, 29, 31, 37, 41, 43, 49, 55, 58, 59, 62, 65, 67, 74, 83, 85, 86, 87, 89, 91, 93, 98, 109, 110, 111, 113, 116, 118, 123, 124, 130, 131, 134, 137, 147, 148, 155, 163, 165, 166, 170, 172, 174, 177, 178, 182, 186, 193, 195, 196, 201, 209, 217, 218, 220, 222, 226 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A081326(a(n)) = 1.
MATHEMATICA
nmax = 1000;
S = Select[Range[nmax], Max[FactorInteger[#][[All, 1]]] <= 3 &];
P[n_] := IntegerPartitions[n, {2}, TakeWhile[S, # < n &]];
selQ[n_] := Length[P[n]] == 1;
Select[Range[nmax], selQ] (* Jean-François Alcover, Oct 14 2021 *)
CROSSREFS
Sequence in context: A351693 A324941 A028868 * A106868 A098419 A041193
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 19 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 May 11 01:12 EDT 2024. Contains 372388 sequences. (Running on oeis4.)