login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A248047 a(1)=88; for n>=1, a(n+1) is the smallest palindromic 4-almost prime with a(n) as a central substring. 1
88, 1881, 218812, 12188121, 1121881211, 111218812111, 51112188121115, 1511121881211151, 815111218812111518, 78151112188121115187, 1781511121881211151871, 917815111218812111518719, 59178151112188121115187195, 9591781511121881211151871959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The 4-almost primes are the numbers that are the product of exactly four (not necessarily distinct) primes.
LINKS
EXAMPLE
a(1)=88=2*2*2*11;
a(2)=1881=3*3*11*19;
a(3)=218812=2*2*11*4973.
MATHEMATICA
d[n_]:=IntegerDigits[n]; t = {x = 88}; Do[i = 1; While[!PrimeOmega[y = FromDigits[Flatten[{z = d[i], d[x], Reverse[z]}]]]==4, i++]; AppendTo[t, x = y], {n, 14}]; t
CROSSREFS
Sequence in context: A235018 A228810 A245954 * A107422 A210006 A194491
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 December 7 04:15 EST 2023. Contains 367629 sequences. (Running on oeis4.)