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!)
A281002 Square array read by antidiagonals downwards: A(n, 1) = second Wieferich prime to base n and A(n, k) = second Wieferich prime to base A(n, k-1) for k > 1. 3
3511, 19, 1006003, 7, 11, 3511, 491531 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
EXAMPLE
Array starts:
3511, 19, 7, 491531, ...
1006003, 11, ...
3511, 19, 7, 491531, ...
20771, 18043, ...
534851, 5, 20771, 18043, ...
PROG
(PARI) secondwieftobase(n) = my(i=0); forprime(p=1, , if(Mod(n, p^2)^(p-1)==1, if(i==0, i++, return(p))))
table(rows, cols) = for(x=2, rows+1, my(i=0, w=secondwieftobase(x)); while(i < cols, print1(w, ", "); w=secondwieftobase(w); i++); print(""))
table(2, 3)
CROSSREFS
Sequence in context: A338392 A342399 A043448 * A273472 A268352 A178871
KEYWORD
nonn,tabl,more
AUTHOR
Felix Fröhlich, Jan 12 2017
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)