PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Sequences


Concepts | Sequences | Actions | Examples | Reference

Examples

Examples ! Many are generated and do not always make sence,
the examples from 'specials' are hand crafted and gives a good view of what the Sequences subsystem of PAD can do.



sequences | specials | random | play/single | play/double | keepRemoveFlag

add   and   antiprime   bell   biquadratic   catalan   caterer   ceil   chance   composite   cubic   cullen   decagonal   divide   emirp   enneadecagonal   eval   even   exponentiation   fibonacci   floor   gnomonic   golomb   gould   happy   harshad   heptadecagonal   heptagonal   hexagonal   icosihenagonal   identity   kaprekar   kolakoski   kynea   list   loop   lucas   lucky   mersenne   modulo   moserdebruijn   multiple   multiply   nand   negation   newmanConway   nor   not   octagonal   octahedral   odd   oeis   or   palindrome   pell   pentagonal   perfect   perrin   polite   power   powerful   prime   pronic   random   range   recaman   repeat   round   semiprime   square   step   strong   substract   sylvester   tetrahedral   triangular   tribonacci   xnor   xor   xpadovan  


HTML RESULT
{sequence 25, push='mySequence'}
{pull mySequence, make,   sylvester} {$sequence} {/pull}
2 3 7 43 1807 3263443 56876257 530809437 905136948 994707548 127363071 613638514 614624129 690044801 363952040 128981959 502041308 671991253 275513077 791142675 33665862 222603453 718053685 214817911 348558873
{pull mySequence, keep,   sylvester} {$sequence} {/pull}
2 3 7
{pull mySequence, remove, sylvester} {$sequence} {/pull}
1 4 5 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{pull mySequence, flag,   sylvester} {$sequence} {/pull}
0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink