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!)
A171669 Pell numbers sandwiched between two numbers having same number of divisors. 0
12, 5741, 2744210, 15994428, 21300003689580, 723573111879672, 1111984844349868137938112 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_]:=Length[Divisors[n]]; a=1; b=0; c=0; lst={}; Do[c=a+b+c; If[f[c-1]==f[c+1], AppendTo[lst, c]]; a=b; b=c, {n, 80}]; lst
CROSSREFS
Sequence in context: A013508 A230749 A003793 * A094268 A208865 A012607
KEYWORD
nonn
AUTHOR
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)