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!)
A117610 A nonsense sequence. 0
7, 11, 13, 2, 4, 8, 14, 1, 11, 13, 2, 8, 14, 1, 7, 11, 2, 14, 1, 7, 11, 13, 2, 8, 11, 13, 2, 14, 7, 11, 2, 8, 11, 2, 14, 11, 2, 8, 13, 2, 11, 2, 2, 14, 11, 2, 8, 13, 13, 2, 14, 2, 8, 13, 11, 2, 14, 13, 13, 2, 14, 2, 2, 13, 13, 13, 2, 14, 2, 2, 13, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
(*a-> Prime[4]to Prime[12 modulo 15 as the reference sequence*)
a = {7, 11, 13, 2, 4, 8, 14, 1};
(* finds permutations of the reference sequence to match the actual primes*)
M = Table[Table[If[Mod[Prime[i + n], 15] - a[[m]] == 0, 1, 0], {n, 1, 8}, {m, 1, 8}], {i, 4, 68, 8}];
v[0] = a;
v[n_] := v[n] = M[[1 + Mod[n, 8]]].v[n - 1]
a0 = Flatten[Table[v[n][[m]], {n, 0, 8}, {m, 1, 8}]]
CROSSREFS
Sequence in context: A193301 A213250 A226689 * A176173 A200327 A206546
KEYWORD
nonn,uned,obsc,less
AUTHOR
Roger L. Bagula, Apr 06 2006
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)