Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A351712

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A351712 Numbers whose minimal (or greedy) Lucas representation (A130310) is palindromic.
(history; published version)
#8 by Joerg Arndt at Mon Feb 21 02:30:17 EST 2022
STATUS

proposed

approved

#7 by Amiram Eldar at Mon Feb 21 02:24:22 EST 2022
STATUS

editing

proposed

#6 by Amiram Eldar at Mon Feb 21 02:20:38 EST 2022
LINKS

Amiram Eldar, <a href="/A351712/b351712.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#5 by Susanna Cuyler at Sun Feb 20 21:45:57 EST 2022
STATUS

proposed

approved

#4 by Amiram Eldar at Thu Feb 17 04:20:33 EST 2022
STATUS

editing

proposed

#3 by Amiram Eldar at Thu Feb 17 03:39:38 EST 2022
NAME

allocatedNumbers whose minimal (or forgreedy) Lucas Amiramrepresentation (A130310) is Eldarpalindromic.

DATA

0, 2, 6, 9, 13, 20, 24, 31, 49, 56, 64, 78, 100, 125, 136, 150, 158, 169, 201, 237, 252, 324, 342, 364, 378, 396, 404, 422, 444, 523, 581, 606, 650, 708, 845, 874, 910, 932, 961, 975, 1004, 1040, 1048, 1077, 1113, 1135, 1164, 1366, 1460, 1500, 1572, 1666, 1692, 1786

OFFSET

1,2

COMMENTS

A000211(n) = Lucas(n) + 2 is a term for all n > 2, since the representation of Lucas(n) + 2 is 10...01 with n-1 0's between the two 1's.

LINKS

<a href="/index/Pac#palindromes">Index entries for sequences related to palindromes</a>.

EXAMPLE

The first 10 terms are:

n a(n) A130310(a(n))

---------------------

1 0 0

2 2 1

3 6 1001

4 9 10001

5 13 100001

6 20 1000001

7 24 1001001

8 31 10000001

9 49 100000001

10 56 100010001

MATHEMATICA

lucasPalQ[n_] := Module[{s = {}, m = n, k = 1}, While[m > 0, If[m == 1, k = 1; AppendTo[s, k]; m = 0, If[m == 2, k = 0; AppendTo[s, k]; m = 0, While[LucasL[k] <= m, k++]; k--; AppendTo[s, k]; m -= LucasL[k]; k = 1]]]; PalindromeQ[IntegerDigits[Total[2^s], 2]]]; Select[Range[0, 2000], lucasPalQ]

CROSSREFS

Cf. A000032, A000211, A130310.

Subsequence of A054770.

Similar sequences: A002113, A006995, A014190, A094202, A331191, A351717.

KEYWORD

allocated

nonn,base

AUTHOR

Amiram Eldar, Feb 17 2022

STATUS

approved

editing

#2 by Amiram Eldar at Thu Feb 17 03:24:45 EST 2022
KEYWORD

allocating

allocated

#1 by Amiram Eldar at Thu Feb 17 03:24:45 EST 2022
NAME

allocated for Amiram Eldar

KEYWORD

allocating

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 August 19 02:38 EDT 2024. Contains 375284 sequences. (Running on oeis4.)