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!)
A141700 Triangle read by rows: A120007 interleaved with (k-1) zeros. 0
0, 2, 0, 3, 0, 0, 2, 2, 0, 0, 5, 0, 0, 0, 0, 0, 3, 2, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 2, 2, 0, 2, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 2, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 2, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Similar to A140256. At row index equal to a prime power one more prime of that prime power is added each time the prime power increases. At row index equal to lcm of {1,2,3...} the A120007 can be read alliteratively from the right to the left, meaning that A120007 begins over and over again.
This table illustrates the fundamental theorem of arithmetic and the known identity where the row products are the natural numbers A000027. In this formatting the pattern of primes so to say repeats itself endlessly in a layered interleaved manner. The row sums of this table gives A001414.
LINKS
EXAMPLE
Table begins:
0;
2,0;
3,0,0;
2,2,0,0;
5,0,0,0,0;
0,3,2,0,0,0;
7,0,0,0,0,0,0;
PROG
(Excel) =if(row()>=column(); if(mod(row(); column())=0; lookup(row()/column(); A000027; A120007); 0); "")
CROSSREFS
Sequence in context: A035182 A280720 A245964 * A345228 A357887 A359586
KEYWORD
nonn,tabl
AUTHOR
Mats Granvik, Jun 30 2008
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)