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!)
A305333 Let p be the n-th base-5 Wieferich prime (A123692). a(n) is the value of p-1 divided by the multiplicative order of 5 (mod p^2). 2
1, 2, 1, 4, 1, 1, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (A123692(n)-1)/A305332(n).
PROG
(PARI) v=[2, 20771, 40487, 53471161, 1645333507, 6692367337, 188748146801]; for(k=1, #v, my(ord=znorder(Mod(5, v[k]^2))); print1((v[k]-1)/ord, ", "))
CROSSREFS
Sequence in context: A068009 A140168 A059119 * A127772 A086256 A227964
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, May 30 2018
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 August 7 06:58 EDT 2024. Contains 375008 sequences. (Running on oeis4.)