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!)
A181455 Numbers n such that 29 is the largest prime factor of n^2 - 1. 3
28, 57, 59, 86, 115, 144, 146, 175, 231, 233, 289, 349, 376, 407, 436, 463, 494, 521, 579, 639, 666, 755, 811, 987, 1101, 1103, 1217, 1275, 1451, 1565, 1567, 1681, 2029, 2089, 2551, 2872, 2899, 3191, 3249, 3365, 4001, 4003, 4351, 4409, 4523, 4929, 5279 (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(10) = 354365441; primepi(29) = 10.
LINKS
MATHEMATICA
Select[Range[5600], FactorInteger[#^2-1][[-1, 1]]==29&] (* Harvey P. Dale, Feb 16 2011 *)
PROG
(Magma) [ n: n in [2..6000] | m eq 29 where m is D[#D] where D is PrimeDivisors(n^2-1) ]; // Klaus Brockhaus, Feb 17 2011
(PARI) is(n)=n=n^2-1; forprime(p=2, 23, n/=p^valuation(n, p)); n>1 && 29^valuation(n, 29)==n \\ Charles R Greathouse IV, Jul 01 2013
CROSSREFS
Sequence in context: A068576 A272185 A093290 * A042554 A042552 A042550
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 July 22 20:14 EDT 2024. Contains 374540 sequences. (Running on oeis4.)