9,12,18,27,...N --- N = (N-1)+3*(index of N-1)
1, 1, 2, 3, 5, 8, ... N --- N = (N-1)+(N-2) , basic fibonacci series
3, 1, 4, 5, 9, 14, ... N --- N = (N-1)+(N-2)
a, f, k, p, ... N --- N = char(index(char(N-1)) + 5)
on, tw, th, fo ,fi, ... N --- N = first 2 characters of each index in english number
8, 5, 4, 9, 1, 7, 6, ... N --- N = ?
3, 7, 13, 21, 31, ... N --- N = 1 + (n)x(n+1), n is the index of N
0, 6, 24, 60, 120, ... N --- N = (n)x(n+1)x(n+2) , n is the index of N
[/quote:964e8808b1]
_________________ There is no wisdom tree; nor a stand of a mirror bright, Since all is void, where can the dust alight?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum