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!)
A271210 Artiads (A001583) congruent to 1 mod 50 and for which 5 is a quintic residue. 1
13451, 15901, 19001, 19801, 21701, 22901, 28001, 38851, 50551, 64301, 65101, 66851, 78101, 89101, 94351, 95701, 96401, 117751, 124001, 126001, 127951, 136601, 138401, 150301, 162251, 164701, 167051, 178301, 178501, 181001, 183301, 185051, 185401, 185951, 186301 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Hyperartiads (A270798) congruent to 1 mod 50.
LINKS
E. Lehmer, Artiads characterized, J. Math. Anal. Appl. 15 1966 118-131. See p. 123-124, Theorem 3.
E. Lehmer, Artiads characterized, J. Math. Anal. Appl. 15 1966 118-131 [annotated and corrected scanned copy]
PROG
(Sage) def isa(n) : return n % 50 == 1 and is_prime(n) and 5.powermod((n-1)//5, n) == 1 and fibonacci((n - 1)//5) % n == 0
CROSSREFS
Sequence in context: A183676 A204394 A250818 * A284952 A250616 A115925
KEYWORD
nonn
AUTHOR
Eric M. Schmidt, Apr 02 2016
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 July 2 17:40 EDT 2024. Contains 373958 sequences. (Running on oeis4.)