You are trying to solve a problem, but it's too hard.
The answers in the first few cases are
1,1,2,4,9,21,51,127.
You then look this up in the OEIS and see if anyone
has ever encountered this sequence before (they have).
For the example above, you should enter 2,4,9,21,51,127 and leave off the two 1's.
1,4,9,16,25,36,64 5 8 13 233 39088169 "fermat's little theorem" author:Guy keyword:nice keyword:nice keyword:more -keyword:base keyword:new -keyword:base id:A64413 A64413 id:A028284|id:A066948 author:smith keyword:less|keyword:dumb
1,4,9,16,25,36,49,64,81,100 1 4 9 16 25 36 49 64 81 100 1, 4, 9, 16, 25, 36, 49, 64, 81, 100They both only match sequences in which the numbers appear consecutively, in the order given.
"1" "4" "9" "16" "25" "36" "49" "64" "81" "100"This search will still match the squares but also other sequences, such as the composite numbers (A002808), which contain all those numbers but not necessarily consecutively or in the given order.
Commas are only inserted for numeric searches, not word searches.
Suppose you want to find sequences that cite Stanley's book Enumerative Combinatorics.
The search string Stanley, Combinatorics (with the comma) gets no hits, but searching for Stanley Combinatorics (without the comma) gets several hundred hits.
keyword:nice author:LeBrunThe prefixes mostly correspond to the lines in the display, as follows:
id: ref: program: seq: link: xref: signed: formula: keyword: name: example: author: offset: maple: extension: comment: mathematica:
signed:1,-1,-1,0,-1,1,-1,0,0,1,-1,0,-1,1,1,0will find the Moebius function mu(n), A008683.
Two other prefixes are concerned with subsequences:
subseq: signedsubseq:
1/4, 5/8, 13/16, 29/32, 61/64, 125/128, ...,
look up 1,5,13,29,61,125 and 4,8,16,32,64,128 separately.
1 1 1 1 2 2 1 3 5 4 1 4 9 12 9 1 5 14 25 30 21etc., make it into a sequence by reading across the rows:
1 2 2 1 3 5 4 1 4 9
and look that up. Or look up the diagonals, such as1 2 5 12 30 76
1 1 1 1 ... 1 2 3 4 ... 2 5 9 14 ... 4 12 25 44 ... 9 30 69 133 ... 21 76 189 392 ...etc., make it into a sequence by reading up (or down) the antidiagonals:
1 1 1 1 2 2 1 3 5 4 1 4 9
and look that up. Or look up the rows or columns, such as1 2 5 12 30 76
3 1 4 1 5 9
The OEIS search engine will convert numbers containing decimal points into digit sequences automatically,
To see the sequences in the internal format used in the OEIS,
click on the "internal format" link on the results page.
This is useful when reporting updates or corrections.
So to find the sequences submitted or updated on a particular day, look up both "Oct 10 2001" and "Oct 10, 2000" using the "word" search.
The +30 is the sequence's query score -- how well it matches the query.
You get 100 points for matching ordering (for example,
having 1 3 5 not 1 2 3 4 5 when the query is 1 3 5).
You get 10 points
for matching terms in certain lines (for example, sequence data
counts more, and sequence number counts a lot more).
The 1086 is the number of sequences in the database that reference the given sequence.
The "relevance" sort is by query score, with ties broken by reference count.
That's how 1 3 5 manages to bring up the odd numbers and 2 3 5 the primes.