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!)
A166376 Triangle in which n-th row (n>1) gives prime factors of n^2 + 1 with repetition. 0
2, 5, 2, 5, 17, 2, 13, 37, 2, 5, 5, 5, 13, 2, 41, 101, 2, 61, 5, 29, 2, 5, 17, 197, 2, 113, 257, 2, 5, 29, 5, 5, 13, 2, 181, 401, 2, 13, 17, 5, 97, 2, 5, 53, 577, 2, 313, 677, 2, 5, 73, 5, 157, 2, 421, 17, 53, 2, 13, 37, 5, 5, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Since 13^2+1 = 170 = 2*5*17, the three terms 2, 5, 17 appear in the sequence.
PROG
(PARI) row(n)={m=n^2+1; while(m!=1, p=factor(m)[1, 1]; print(p); m=m/p)}
CROSSREFS
Sequence in context: A107060 A016589 A151572 * A089122 A321577 A268789
KEYWORD
nonn,tabf
AUTHOR
Michael B. Porter, Oct 13 2009
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.)