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!)
A211408 Number of letters in the English name of n, excluding spaces and hyphens, equals number of letters in the English name of R(n), excluding spaces and hyphens. 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 22, 33, 34, 35, 38, 41, 43, 44, 45, 48, 53, 54, 55, 58, 66, 67, 69, 76, 77, 79, 83, 84, 85, 88, 96, 97, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 118, 121, 122, 123, 124, 125, 126, 127, 128, 129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
All base-10 palindromes occur in this sequence.
LINKS
FORMULA
{n such that A005589(n) = A005589(A004086(n)).
EXAMPLE
10 is in the sequence because "ten" has three letters, and so does "one" which is the name of the digital reverse of 10, which is 1 (because the leading 0 is truncated in 01).
14 is in the sequence because "fourteen" and "fortyone" both have 8 letters.
MATHEMATICA
lst= {(* copy the words from https://oeis.org/A000027/a000027.txt *)}; f[n_] := StringLength@ ToString@ lst[[n + 1]]; fQ[n_] := f@ n == f@ FromDigits@ Reverse@ IntegerDigits@ n; Select[Range[0, 130], fQ] (* Robert G. Wilson v, Feb 12 2013 *)
CROSSREFS
Sequence in context: A061430 A065448 A254656 * A107322 A194975 A299441
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Feb 09 2013
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Feb 12 2013
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 16 16:52 EDT 2024. Contains 371749 sequences. (Running on oeis4.)