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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089124 Largest prime factor of numbers of the form A^2 + 3. 0
2, 7, 3, 19, 7, 13, 13, 67, 7, 103, 31, 7, 43, 199, 19, 37, 73, 109, 13, 31, 37, 487, 19, 193, 157, 97, 61, 787, 211, 43, 241, 79, 13, 61, 307, 433, 7, 1447, 127, 229, 421, 31, 463, 277, 13, 163, 79, 769, 601, 2503, 31, 2707, 37, 139, 757, 73, 271, 37, 67, 1201, 19 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

H. Rademacher, Lectures on Elementary Number Theory, pp. 33-38.

PROG

(PARI) largeasqp3(m) = { for(a=1, m, y=a^2 + 3; f = factor(y); v = component(f, 1); v1 = v[length(v)]; print1(v1", ")

CROSSREFS

Cf. A049423.

Sequence in context: A076992 A138751 A112303 * A117809 A052091 A090276

Adjacent sequences:  A089121 A089122 A089123 * A089125 A089126 A089127

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 05 2003

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 17 06:22 EST 2012. Contains 205992 sequences.