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!)
A294720 Palindromes in tribonacci sequence with initial values 0,1,0 (A001590). 0
0, 1, 2, 3, 6, 11, 7256527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
7256527 is probably the last term.
LINKS
MATHEMATICA
a = c = 0; b = 1; lst = {0}; While[a < 10^100000, d = a + b + c; If[ Reverse[idn = IntegerDigits[n]] == idn], AppendTo[lst, d]]; a = b; b = c; c = d]; lst (* Robert G. Wilson v, Nov 09 2017 *)
CROSSREFS
Sequence in context: A350911 A144641 A358237 * A082002 A369899 A102779
KEYWORD
nonn,base,more,hard
AUTHOR
Chai Wah Wu, Nov 07 2017
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)