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!)
A280268 Numbers k such that Pell(k) and Pell(k+1) have the same prime signature where Pell(k) = A000129(k). 0
2, 14, 26, 38, 86, 94, 106, 214, 218, 334, 338, 381, 590, 605 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Initial terms are 2, 2*7, 2*13, 2*19, 2*43, 2*47, 2*53, 2*107, 2*109.
LINKS
EXAMPLE
14 is a term because A000129(14) = 2 * 13^2 * 239 and A000129(15) = 5^2 * 29 * 269.
MATHEMATICA
psig[n_]:=Sort[FactorInteger[n][[;; , 2]]]; Drop[With[{nn=220}, SequencePosition[psig/@ LinearRecurrence[ {2, 1}, {0, 1}, nn], {x_, x_}]][[;; , 1]]-1, 2] (* The program generates the first 9 terms of the sequence. *) (* Harvey P. Dale, Jul 07 2024 *)
PROG
(PARI) Pell(n) = ([2, 1; 1, 0]^n)[2, 1];
is(n) = vecsort(factor(Pell(n))[, 2]) == vecsort(factor(Pell(n+1))[, 2]);
CROSSREFS
Sequence in context: A051222 A194411 A017545 * A109080 A295083 A180877
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Dec 31 2016
EXTENSIONS
a(10)-a(14) from Amiram Eldar, May 19 2024
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 September 5 05:06 EDT 2024. Contains 375686 sequences. (Running on oeis4.)