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!)
A277910 Numbers n for which A277911(n) = n-1. 4
3, 5, 7, 15, 21, 24, 34, 36, 38, 44, 47, 51, 61, 65, 67, 77, 91, 94, 104, 106, 117, 128, 141, 145, 148, 155, 164, 168, 201, 207, 216, 248, 276, 286, 288, 294, 296, 304, 314, 324, 338, 341, 345, 364, 366, 411, 428, 431, 434, 436, 441, 477, 484, 496, 498, 524, 528, 534, 537, 556, 567, 597, 624, 626, 666, 668, 677, 695, 697, 715, 748, 758 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1 + A277909(n).
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A277910 (MATCHING-POS 1 1 (lambda (n) (= (A277911 n) (- n 1)))))
CROSSREFS
Even bisection of A277908.
One more than A277909.
Cf. A277911.
Sequence in context: A348441 A356591 A029460 * A029466 A014872 A018501
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 05 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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)