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!)
A276448 Numbers n for which A272565(n) > A020639(n). 4
25, 55, 77, 85, 91, 115, 119, 121, 133, 143, 145, 161, 175, 187, 203, 205, 209, 221, 235, 247, 253, 265, 287, 295, 301, 325, 329, 341, 343, 355, 361, 371, 377, 385, 403, 407, 413, 415, 437, 445, 473, 475, 481, 493, 497, 505, 511, 517, 527, 535, 539, 551, 553, 565, 581, 595, 623, 625, 655, 667, 671, 685, 697, 703, 707, 713, 715, 721 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
85 is the fourth number of the fourth row of A255127, which starts with 7: 7, 31, 59, 85, ..., thus A272565(85)=7, while on A083221 it occurs as the sixth term on the third row that starts with 5, thus A020639(85)=5, and 7 > 5, thus 85 is included in this sequence.
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A276448 (MATCHING-POS 1 1 (lambda (n) (> (A272565 n) (A020639 n)))))
CROSSREFS
Cf. A276447 (complement in A276437), A276347.
Sequence in context: A157269 A186892 A206075 * A176275 A108166 A080863
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 11 2016
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)