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!)
A276932 Row 2 of A276953: a(n) = A153880(A273670(n)). 5
2, 8, 12, 14, 26, 32, 36, 38, 50, 56, 60, 62, 72, 74, 78, 80, 84, 86, 122, 128, 132, 134, 146, 152, 156, 158, 170, 176, 180, 182, 192, 194, 198, 200, 204, 206, 242, 248, 252, 254, 266, 272, 276, 278, 290, 296, 300, 302, 312, 314, 318, 320, 324, 326, 362, 368, 372, 374, 386, 392, 396, 398, 410, 416, 420 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Numbers n for which A276949(n) = 2. Starting offset is 0 (with a(0) = 2) to match with the starting offset of A273670).
LINKS
FORMULA
a(n) = A153880(A273670(n-1)).
PROG
(Scheme, two alternative implementations, requires Antti Karttunen's IntSeq-library) (define (A276932 n) (A153880 (A273670 n)))
(define A276932 (MATCHING-POS 0 1 (lambda (n) (= 2 (A276949 n)))))
CROSSREFS
Row 2 of A276953, column 2 of A276955, positions of 2's in A276949.
Cf. also A276931 (terms halved).
Sequence in context: A108725 A277568 A108059 * A340969 A180634 A139270
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Sep 22 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 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)