login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147522 Minimal number such that a(n)*41^n is of the form x^2 + x + 41 3
1, 1, 43, 6893, 1757233, 563636267 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

For values x see A147520 For x^2 + x + 41 values see A147521

MATHEMATICA

a = {}; Do[x = 0; While[Mod[x^2 + x + 41, 41^n] != 0, x++ ]; AppendTo[a, (x^2 + x + 41)/41^n}]; Print[{n, x, x^2 + x + 41, (x^2 + x + 41)/41^n}], {n, 1, 6}]; a (*Artur Jasinski*)

CROSSREFS

A145292, A145293, A145294, A147520, A147521, A147522

Sequence in context: A081795 A108837 A091748 * A183489 A184144 A177488

Adjacent sequences:  A147519 A147520 A147521 * A147523 A147524 A147525

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 06 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:50 EST 2012. Contains 205904 sequences.