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!)
A218713 a(n) is smallest number such that a(n)^2 + 1 is divisible by 37^n. 7
0, 6, 117, 9466, 800982, 6423465, 756360062, 24900904028, 1019349744435, 15069267560119, 794839706330581, 71333925879937154, 2419512779032508628, 116073623326088126430, 359642847542169431827, 144552623583462302226851, 3523356323886506075746572 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
a(3) = 9466 because 9466^2+1 = 29 * 37 ^ 3 * 61.
MATHEMATICA
b=6; n37=37; jo=Join[{0, b}, Table[n37=37*n37; b=PowerMod[b, 37, n37]; b=Min[b, n37-b], {99}]]
CROSSREFS
Sequence in context: A332627 A100070 A135869 * A360426 A054957 A271648
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 04 2012
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)