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!)
A248165 a(1)=252; for n>=1, a(n+1) is the smallest palindromic 5-almost prime with a(n) as a central substring. 0
252, 92529, 189252981, 1218925298121, 212189252981212, 12121892529812121, 8121218925298121218, 781212189252981212187, 1678121218925298121218761, 216781212189252981212187612, 22167812121892529812121876122, 2221678121218925298121218761222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The 5-almost primes are the numbers that are the product of exactly five (not necessarily distinct).
LINKS
EXAMPLE
a(1) = 252 = 2*2*3*3*7;
a(2) = 92529 = 3*3*3*23*149.
MATHEMATICA
d[n_]:= IntegerDigits[n]; t = {x = 252}; Do[i = 1; While[!PrimeOmega[y = FromDigits[Flatten[{z = d[i], d[x], Reverse[z]}]]]==5, i++]; AppendTo[t, x = y], {n, 13}]; t
CROSSREFS
Sequence in context: A289293 A183507 A203385 * A289567 A179714 A109929
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Dec 01 2014
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 July 6 19:53 EDT 2024. Contains 374058 sequences. (Running on oeis4.)