Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075810
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075810 Palindromic odd squarefree numbers with an even number of distinct prime factors. +0
1
1, 33, 55, 77, 111, 141, 161, 303, 323, 393, 505, 515, 535, 545, 565, 707, 717, 737, 767, 939, 949, 959, 979, 989, 1111, 1441, 1661, 1991, 3003, 3113, 3223, 3443, 3883, 5005, 5115, 7117, 7447, 7997, 9119, 9229, 9449, 10001, 10101, 10401, 10801, 10901 (list; graph; listen)
OFFSET

1,2

EXAMPLE

77=7*11 and 3003=3*7*11*13 are palindromic, odd, squarefree, and have an even number of prime factors.

MAPLE

test := proc(n) local d; d := convert(n, base, 10); return ListTools[Reverse](d)=d and numtheory[mobius](n)=1; end; a := []; for n from 1 to 11000 by 2 do if test(n) then a := [op(a), n]; end; od; a;

CROSSREFS

Cf. A056913.

Sequence in context: A007373 A024628 A061864 this_sequence A132288 A039380 A043203

Adjacent sequences: A075807 A075808 A075809 this_sequence A075811 A075812 A075813

KEYWORD

nonn,base

AUTHOR

Jani Melik (jani_melik(AT)hotmail.com), Oct 13 2002

EXTENSIONS

Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Oct 21 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 5 19:23 EDT 2008. Contains 143485 sequences.


AT&T Labs Research