Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075817
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075817 Palindromic even numbers with an odd number of prime factors (counted with multiplicity). +0
1
2, 8, 44, 66, 212, 222, 242, 252, 272, 282, 292, 404, 434, 464, 474, 494, 606, 616, 646, 656, 696, 828, 848, 888, 2222, 2552, 2882, 4004, 4224, 4334, 4554, 4664, 4884, 4994, 6006, 6226, 6336, 6446, 6886, 6996, 8118, 8228, 8338, 8558, 8778, 8888, 8998 (list; graph; listen)
OFFSET

1,1

EXAMPLE

8=2^3, 222=2*3*37 and 4004=2^2*7*11*13 are palindromic, even and products of an odd number of prime factors.

MAPLE

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

CROSSREFS

Cf. A046470.

Sequence in context: A007169 A106327 A009309 this_sequence A018985 A018986 A128656

Adjacent sequences: A075814 A075815 A075816 this_sequence A075818 A075819 A075820

KEYWORD

nonn,base

AUTHOR

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

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Oct 22 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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research