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!)
A181460 Numbers n such that 47 is the largest prime factor of n^2-1. 3
46, 48, 93, 95, 142, 187, 189, 281, 375, 377, 424, 469, 610, 657, 659, 704, 751, 753, 892, 988, 1033, 1035, 1082, 1174, 1223, 1270, 1364, 1409, 1597, 1599, 1691, 1693, 1926, 1973, 1975, 2022, 2069, 2161, 2255, 2351, 2443, 2584, 2727, 2913, 2915, 3009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence is finite, for proof see A175607.
Search for terms can be restricted to the range from 2 to A175607(15) = 2218993446251; primepi(47) = 15.
LINKS
MATHEMATICA
Select[Range[300000], FactorInteger[#^2-1][[-1, 1]]==47&]
PROG
(Magma) [ n: n in [2..300000] | m eq 47 where m is D[#D] where D is PrimeDivisors(n^2-1) ]; // Klaus Brockhaus, Feb 19 2011
(PARI) is(n)=n=n^2-1; forprime(p=2, 43, n/=p^valuation(n, p)); n>1 && 47^valuation(n, 47)==n \\ Charles R Greathouse IV, Jul 01 2013
CROSSREFS
Sequence in context: A320704 A282465 A098194 * A235687 A365009 A321046
KEYWORD
fini,nonn
AUTHOR
Artur Jasinski, Oct 21 2010
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 May 11 14:03 EDT 2024. Contains 372409 sequences. (Running on oeis4.)