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!)
A174479 Triangle read by rows: R(n,k)= semiprime(n) mod A065516(k), where A065516 are differences between consecutive semiprimes. 2
0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 2, 0, 2, 0, 1, 0, 0, 3, 0, 3, 1, 0, 0, 1, 0, 3, 0, 0, 1, 0, 2, 0, 4, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 2, 0, 2, 0, 2, 0, 2, 0, 5, 1, 0, 0, 1, 0, 3, 0, 0, 0, 5, 0, 0, 1, 0, 2, 0, 4, 0, 1, 0, 6, 0, 0, 1, 2, 0, 3, 0, 5, 0, 2, 0, 0, 0, 0, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,10
LINKS
EXAMPLE
The triangle starts in row n=1 with columns 1<=k<=n as:
0;
0, 0;
1, 0, 0;
0, 1, 0, 2;
0, 2, 0, 2, 0;
1, 0, 0, 3, 0, 3;
MAPLE
A001358 := proc(n) if n= 1 then 4; else for a from procname(n-1)+1 do if numtheory[bigomega](a) = 2 then return a; end if; end do; end if; end proc:
A065516 := proc(n) A001358(n+1)-A001358(n) ; end proc:
A174479 := proc(n, k) A001358(n) mod A065516(k) ; end proc:
CROSSREFS
Sequence in context: A029832 A361879 A320535 * A134269 A335622 A172444
KEYWORD
nonn,easy,tabl
AUTHOR
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)