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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060954 Largest prime factor of 10*n + 1. 1
11, 7, 31, 41, 17, 61, 71, 3, 13, 101, 37, 11, 131, 47, 151, 23, 19, 181, 191, 67, 211, 17, 11, 241, 251, 29, 271, 281, 97, 43, 311, 107, 331, 31, 13, 19, 53, 127, 23, 401, 137, 421, 431, 7, 41, 461, 157, 37, 491, 167, 73, 521, 59, 541, 29, 17, 571, 83, 197, 601, 47 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

EXAMPLE

21 = 3*7, so a(3)=7.

MATHEMATICA

Table[First[Last[FactorInteger[10n + 1]]], {n, 1, 80}]

PROG

(PARI) { for (n=1, 1000, f=factor(10*n + 1)~; write("b060954.txt", n, " ", f[1, length(f)]); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 19 2009]

CROSSREFS

Sequence in context: A166521 A187866 A206419 * A038321 A002749 A055505

Adjacent sequences:  A060951 A060952 A060953 * A060955 A060956 A060957

KEYWORD

nonn

AUTHOR

J. Lowell (jhbubby(AT)mindspring.com), May 08 2001

EXTENSIONS

More terms from Reiner Martin (reinermartin(AT)hotmail.com), Jul 07 2001

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 15 08:04 EST 2012. Contains 205717 sequences.