The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A230123 Smallest number of the form 11*m+1 with exactly n prime factors, counted with multiplicity. 1
1, 23, 34, 12, 56, 243, 144, 320, 2432, 1728, 1024, 17920, 20736, 12288, 57344, 248832, 147456, 327680, 2490368, 1769472, 1048576, 18350080, 21233664, 12582912, 58720256, 254803968, 150994944, 335544320, 2550136832, 1811939328, 1073741824, 18790481920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = a(n-10)*2^10 for n >= 13.
EXAMPLE
The smallest number of the form 11*m+1 with exactly 8 prime factors is 2^7*19 = 11*221+1 = 2432.
MATHEMATICA
Join[{1}, Table[k = 1; While[Total[Transpose[FactorInteger[11*k + 1]][[2]]] != n, k++]; 11*k + 1, {n, 20}]] (* T. D. Noe, Oct 10 2013 *)
CROSSREFS
Sequence in context: A043909 A145566 A146595 * A049851 A353087 A223606
KEYWORD
nonn
AUTHOR
Elliott Line, Oct 10 2013
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 June 11 14:45 EDT 2024. Contains 373311 sequences. (Running on oeis4.)