Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089619
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089619 Greatest prime factor of n^2 + (n+1)^2. +0
1
5, 13, 5, 41, 61, 17, 113, 29, 181, 17, 53, 313, 73, 421, 37, 109, 613, 137, 761, 29, 37, 1013, 17, 1201, 1301, 281, 89, 13, 1741, 1861, 397, 2113, 449, 2381, 2521, 41, 97, 593, 3121, 193, 53, 3613, 757, 233, 101, 173, 4513, 941, 29, 5101, 1061, 149, 229, 457, 101 (list; graph; listen)
OFFSET

2,1

EXAMPLE

2*7^2 - 2*7 + 1 = 85 = 5*17, so a(7)=17.

PROGRAM

(PARI) xnpym1n(m) = { for(n=1, m, y = n^2+(n+1)^2; f = factor(y); l = length(component(f, 1)); v = component(component(f, 1), l); print1(v", "); ) }

CROSSREFS

Cf. A027861, A027862.

Equals A006530(A001844(n-1)).

Sequence in context: A088618 A121645 A057691 this_sequence A094473 A068530 A088315

Adjacent sequences: A089616 A089617 A089618 this_sequence A089620 A089621 A089622

KEYWORD

easy,nonn

AUTHOR

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

EXTENSIONS

Edited by Ray Chandler (rayjchandler(AT)sbcglobal.net), Jan 03 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research