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!)
A262897 Nonbranching nodes in the infinite trunk (A259934) of the tree generated by edge-relation A049820(child) = parent: a(n) = A259934(A262892(n)). 5
2, 12, 18, 30, 42, 54, 90, 94, 106, 121, 190, 194, 210, 236, 242, 254, 298, 302, 342, 346, 354, 366, 374, 390, 410, 426, 442, 466, 494, 530, 546, 558, 562, 566, 574, 606, 650, 658, 710, 716, 730, 746, 914, 942, 986, 1030, 1038, 1042, 1052, 1058, 1090, 1114, 1134, 1146, 1240, 1250, 1266, 1278, 1286, 1310, 1354, 1370, 1378, 1418, 1426, 1450, 1454, 1490, 1562, 1650, 1662, 1670, 1676, 1694, 1706 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equally, numbers n for which A060990(n)*A262693(n) = 1, thus an intersection of A262511 and A259934.
The next odd term after a(10) = 121 occurs at a(3372) = 113569.
LINKS
FORMULA
a(n) = A259934(A262892(n)).
PROG
(Scheme, two alternatives; macro MATCHING-POS can be found from Antti Karttunen's IntSeq-library)
(define (A262897 n) (A259934 (A262892 n)))
(define A262897 (MATCHING-POS 1 0 (lambda (n) (and (= 1 (A060990 n)) (= 1 (A262693 n))))))
CROSSREFS
Cf. A262510 (a subsequence).
Sequence in context: A120350 A293851 A032413 * A281353 A257256 A325767
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 06 2015
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)