This site is supported by donations to The OEIS Foundation.

Plot pairs of sequences in the OEIS

From OeisWiki
Jump to: navigation, search

Plot pairs of sequences in the OEIS

URL: https://oeis.org/plot2.html

Thanks to Deborah F. Swayne


Sequence 1 Sequence 2

untransformedabsolute valuelog base 10

untransformedabsolute valuelog base 10

Shift

Note: When taking logarithms, sequence values will be adjusted as needed.
Contents of Plot

Plot Seq2(n+shift) vs Seq1(n)

Plot Seq2(n+shift) vs n and Seq1(n) vs n

Plot Seq1(n)/Seq2(n+shift) vs n

Note: When plotting the ratio of two sequences, the ratio will be transformed using the choice for Seq1(n).
Appearance of Plot

Draw points

Draw line segments



Sample pairs of sequences to plot:

The R code used to generate sequence plots is File:Qgraph.R.txt. The R code used to plot pairs of sequences is File:Plot2.R.txt.