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!)
A361228 a(n) is the first number k such that k + a(i) has n prime factors, counted with multiplicity, for all i < n; a(0) = 0. 0
0, 2, 4, 66, 1012, 14630, 929390, 63798350 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(8) > 3*10^9 if it exists.
LINKS
FORMULA
A001222(a(i) + a(j)) = j for 0 <= i < j.
EXAMPLE
a(3) = 66 because a(0) + 66 = 66 = 2*3*11, a(1) + 66 = 68 = 2*2*17, and a(2) + 66 = 70 = 2*5*7 all have 3 prime factors, counted with multiplicity, and 66 is the least number that works.
MAPLE
A:= [0]:
for i from 1 to 7 do
for x from 2^i do if andmap(t -> numtheory:-bigomega(t+x) = i, A) then
A:= [op(A), x]; break
fi od od:
A;
CROSSREFS
Cf. A001222.
Sequence in context: A118993 A219735 A279969 * A018364 A100603 A362456
KEYWORD
nonn,more
AUTHOR
Robert Israel, Mar 21 2023
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 17 01:45 EDT 2024. Contains 372572 sequences. (Running on oeis4.)