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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A147521 a(n) = Smallest value of Euler Polynomial x^2 + x + 41 which is divisable by 41^n 3
41, 1681, 2963603, 19477970573, 203586339651833, 2677331022258108347 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For values x see A147520 For values (x^2 + x + 41)/(41^n) see A147522

MATHEMATICA

a = {}; Do[x = 0; While[Mod[x^2 + x + 41, 41^n] != 0, x++ ]; AppendTo[a, x^2 + x + 41]; 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: A170722 A170760 A009985 * A049676 A080178 A193124

Adjacent sequences:  A147518 A147519 A147520 * A147522 A147523 A147524

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 05:55 EST 2012. Contains 205860 sequences.